Crate stm32f446_hal[][src]

HAL for the STM32f446 family of microcontrollers

This is an implementation of the embedded-hal traits for the STM32f446 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.

Examples

Examples of using these abstractions can be found in the documentation of the f3 crate.

Re-exports

pub extern crate stm32f4;
pub use stm32f4::*;

Modules

delay

Delays

flash

Flash memory (untested for STM32F429!)

gpio

General Purpose Input / Output

prelude

Prelude

rcc

Reset and Clock Control

serial

Serial

stm32f446
time

Time units

timer

Timers