Re-exports§
pub extern crate cortex_m;
pub extern crate embedded_hal as hal;
pub extern crate nb;
pub extern crate stm32g0;
Modules§
- analog
- crc
- CRC calculation unit
- dma
- Direct Memory Access Engine
- dmamux
- exti
- External interrupt controller
- flash
- gpio
- General Purpose Input / Output
- i2c
- pac
- Peripheral access API for STM32G081 microcontrollers (generated using svd2rust v0.19.0 ( ))
- power
- Power control
- prelude
- rcc
- rng
- rtc
- Real Time Clock
- serial
- spi
- stm32
- Peripheral access API for STM32G081 microcontrollers (generated using svd2rust v0.19.0 ( ))
- time
- timer
- Timers
- watchdog
Macros§
- block
- Turns the non-blocking expression
$e
into a blocking operation.
Enums§
- interrupt
- Enumeration of all the interrupts.