Expand description
HAL for the GD32VF103xx family
This is an implementation of the [embedded-hal] traits for the GD32VF103xx family
Re-exports§
pub use gd32vf103_pac as pac;
Modules§
- adc
- Analog to Digital Converter
- afio
- Alternate Function I/Os
- backup_
domain - Registers that are not reset as long as Vbat or Vdd has power.
- delay
- Delays
- dma
- Direct Memory Access
- eclic
- exmc
- External memory controller
- exti
- External interrupt controller (EXTI).
- gpio
- General Purpose Input / Output
- i2c
- Inter-Integrated Circuit (I2C) bus
- prelude
- Prelude
- pwm
- Pulse width modulation
- rcu
- Reset and clock unit
- rtc
- Real time clock
- serial
- Serial Communication (USART)
- signature
- Device electronic signature
- spi
- Serial Peripheral Interface
- time
- Time units
- timer
- Timers
- watchdog
- Watchdog peripherals