Crate stm32l0x1_hal

source ·
Expand description

STM32L0x1 HAL

This HAL provides an implementation of the embedded-hal traits for the STM32L0x1 family of microcontrollers.

NOTE: This crate contains chip-specific features and modules. Where convenient, common peripherals (e.g. GPIO ports) are implemented by default, but some chips have more than others.

Re-exports

pub extern crate stm32l0x1;

Modules

Analog-digital conversion
Common primitives for this HAL
Flash memory
General Purpose Input / Output
Inter-Integrated Circuit (I2C) bus
Power configuration and management
Reset and Clock Control peripheral
USART(s) and LPUART
Time units
Timers