[][src]Crate stm32f7x7_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.

delay

Delays

gpio

General Purpose Input / Output

i2c

Inter-Integrated Circuit (I2C) bus

prelude
qei

Quadrature Encoder Interface

rcc

Reset & Control Clock

serial

Serial

signature

Device electronic signature

spi

Serial Peripheral Interface (SPI) bus

stm32
time

Time units

timer

Timers

watchdog

Watchdog peripherals

Macros

block

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