Registry / other / xtensa-lx

xtensa-lx

JSON →
library0.13.0rscratesunverified

Low-level access to Xtensa LX processors and peripherals for embedded systems.

# Cargo.toml [dependencies] xtensa-lx = "0.13.0"
INSTALL
IMPORT
SIG · XTENSA-LX
X
xtensa-lx
otherrustv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

register
use xtensa_lx::register;

Reads the processor ID register on Xtensa LX.

use xtensa_lx::register; fn main() { // Example: read the processor ID register let pid = register::processor_id(); println!("Processor ID: {:?}", pid); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
Resources
xtensa-lx — cargo add xtensa-lx · libregistry