Registry / other / stm32h7

stm32h7

JSON →
library0.16.0rscratesunverified

Device support crates for STM32H7 microcontrollers, providing peripheral access APIs.

# Cargo.toml [dependencies] stm32h7 = "0.16.0"
INSTALL
IMPORT
SIG · STM32H7
S
stm32h7
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 stm32h7::stm32h743::Peripherals;

Take the peripheral singleton for an STM32H7 device.

use stm32h7::stm32h743::Peripherals; fn main() { let dp = Peripherals::take().unwrap(); // Use dp to access peripherals }
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
stm32h7 — cargo add stm32h7 · libregistry