Registry / other / stm32l0

stm32l0

JSON →
library0.16.0rscratesunverified

Device support crates for STM32L0 devices

# Cargo.toml [dependencies] stm32l0 = "0.16.0"
INSTALL
IMPORT
SIG · STM32L0
S
stm32l0
otherrustv0.16.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.

Peripherals
use stm32l0::Peripherals;

Take ownership of STM32L0 peripherals

use stm32l0::Peripherals; fn main() { let peripherals = Peripherals::take().unwrap(); println!("STM32L0 peripherals acquired"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
stm32l0 — cargo add stm32l0 · libregistry