Expand description
This crate provides tools to help building stm32 micro-controller hardware abstraction layer.
Re-exports§
pub use crate::api::render::render;
pub use crate::api::render::Context;
pub use crate::device::Device;
pub use crate::types::DeviceId;
Modules§
- api
- Our API
- device
- Device module
- device_
info - Device informations
- gpio
- A gpio peripheral
- gpio_
bank - Gpio bank input and output types
- gpio_
pin - Gpio peripherals
- peripheral_
bus - Peripheral bus
- peripherals
- Device peripherals
- rcc
- Rcc peripheral
- types
- Common types module