[][src]Crate stm32f4xx_hal

Re-exports

pub use embedded_hal as hal;
pub use nb;

Modules

adc

Analog to digital converter configuration. According to CubeMx, all STM32F4 chips use the same ADC IP so this should be correct for all variants.

bb

Bit banding

delay

Delays

dwt

Debug and trace and stuff

gpio

General Purpose Input / Output

i2c
otg_fs

USB OTG full-speed peripheral

prelude
pwm
qei

Quadrature Encoder Interface

rcc
rng
sdio

Sdio host

serial
signature

Device electronic signature

spi
stm32
time
timer

Timers

watchdog

Watchdog peripherals

Macros

block

Turns the non-blocking expression $e into a blocking operation.

Enums

interrupt

Enumeration of all the interrupts

Attribute Macros

interrupt

Attribute to declare an interrupt (AKA device-specific exception) handler