Crate stm32l4x6_hal

Source
Expand description

HAL for the STM32L4x6 family of microcontrollers

This is an implementation of the embedded-hal traits for the STM32L4x6 family of microcontrollers.

§Usage

To build applications (binary crates) using this crate follow the cortex-m-quickstart instructions and add this crate as a dependency in step number 5 and make sure you enable the “rt” Cargo feature of this crate.

Re-exports§

pub extern crate stm32l4x6;

Modules§

common
Common primitives for this HAL
config
Configuration module
delay
Delays
flash
Flash memory
gpio
General Purpose Input / Output
lcd
LCD module
power
Power control
rcc
Reset and Clock Control
time
Time related types
timer
Hardware Timers