Crate stm32g473_hal_oppe

Source

Re-exports§

pub extern crate cortex_m;
pub extern crate embedded_hal as hal;
pub extern crate nb;
pub extern crate stm32g4;

Modules§

adc
Analog to digital converter configuration. https://github.com/stm32-rs/stm32l4xx-hal/blob/master/src/adc.rs
bb
Bit banding
delay
Delay providers
dma
Direct Memory Access.
exti
External interrupt controller
fdcan
FdCAN Operations
flash
Flash memory
gpio
General Purpose Input / Output
i2c
I2C
opamp
Integrated opamps.
prelude
pwm
Pulse Width Modulation (PWM)
rcc
serial
UART serial port support.
signature
Device electronic signature
spi
stm32
Peripheral access API for STM32G473XX microcontrollers (generated using svd2rust v0.19.0 ( ))
syscfg
time
timer
Timers
usb

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