[][src]Crate stm32f3xx_hal

Re-exports

pub use embedded_hal as hal;
pub use nb;

Modules

delay

Delays

flash

Flash memory

gpio

General Purpose Input / Output

i2c

Inter-Integrated Circuit (I2C) bus

prelude

Prelude

pwm

Pulse width modulation

rcc

Reset and Clock Control

serial

Serial

spi

Serial Peripheral Interface (SPI) bus

stm32
time

Time units

timer

Timers

usb

USB peripheral

watchdog

Watchdog

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