Crate stm32builder

Source
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