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.

Modulesยง

adc
Analog-digital conversion
common
Common primitives for this HAL
flash
Flash memory
gpio
General Purpose Input / Output
i2c
Inter-Integrated Circuit (I2C) bus
power
Power configuration and management
rcc
Reset and Clock Control peripheral
serial
USART(s) and LPUART
stm32l0x1
Peripheral access API for STM32L0X1 microcontrollers (generated using svd2rust v0.24.1 ( ))
time
Time units
timer
Timers