Expand description
Peripheral access API for STM32WB microcontrollers (generated using svd2rust 0.17.0)
You can find an overview of the API here: svd2rust/#peripheral-api
For more details see the README here: stm32-rs
This crate supports all STM32WB devices; for the complete list please see: stm32wb
Due to doc build limitations, not all devices may be shown on docs.rs; a representative few have been selected instead. For a complete list of available registers and fields see: stm32-rs Device Coverage
Modules§
Structs§
Enums§
- Variant
- Used if enumerated values cover not the whole range
Traits§
- Readable
- This trait shows that register has
read
method - Reset
Value - Reset value of the register
- Writable
- This trait shows that register has
write
,write_with_zero
andreset
method