[][src]Crate stm32h7xx_hal

Re-exports

pub use embedded_hal as hal;
pub use nb;

Modules

adc
delay

Delays

device
flash

Flash memory

gpio

General Purpose Input / Output

i2c

Inter Integrated Circuit implementation

pac
prelude

Prelude

pwm

Pulse width modulation

pwr
qei

Quadrature Encoder Interface

rcc

Reset and Clock Control

rng
serial

Serial

signature

Device electronic signature

spi

Serial Peripheral Interface (SPI) bus

stm32
time

Time units

timer

Timers

watchdog

System Window Watchdog implementation

Macros

block

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

Enums

Never
interrupt

Enumeration of all the interrupts

Attribute Macros

interrupt

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