[−][src]Crate stm32l4x6_hal
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 cortex_m; |
pub extern crate nb; |
pub extern crate embedded_hal; |
pub extern crate stm32l4x6; |
Modules
| common |
Common primitives for this HAL |
| config |
Configuration module |
| crc |
CRC module |
| delay |
Delays |
| flash |
Flash memory |
| gpio |
General Purpose Input / Output |
| lcd |
LCD module |
| power |
Power control |
| rcc |
Reset and Clock Control |
| serial |
Serial module with definition of UxART interfaces |
| spi |
Serial Peripheral Interface (SPI) module. |
| time |
Time related types |
| timer |
Hardware Timers |