[][src]Crate stm32l0x1_hal

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
time

Time units

timer

Timers