[][src]Crate gd32vf103xx_hal

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

backup_domain

Registers that are not reset as long as Vbat or Vdd has power. The registers retain their values during wakes from standby mode or system resets. They also retain their value when Vdd is switched off as long as V_BAT is powered. The backup domain also contains tamper protection and writes to it must be enabled in order to use the real time clock (RTC). Write access to the backup domain is enabled in RCC using the rcc::Rcc::BKP::constrain() function. Only the RTC functionality is currently implemented.

gpio
prelude
rcu
serial

Serial Communication (USART)

spi

Serial Peripheral Interface

time

Time units