gd32f4 0.1.0-alpha.1

Device support crates for GD32F4 devices
//! Peripheral access API for GD32F4 microcontrollers
//! (generated using [svd2rust](https://github.com/rust-embedded/svd2rust)
//! 0.21.0)
//!
//! You can find an overview of the API here:
//! [svd2rust/#peripheral-api](https://docs.rs/svd2rust/0.21.0/svd2rust/#peripheral-api)
//!
//! For more details see the README here:
//! [gd32-rs](https://github.com/gd32-rs/gd32-rs)
//!
//! This crate supports all GD32F4 devices; for the complete list please
//! see:
//! [gd32f4](https://crates.io/crates/gd32f4)
//!
//! Due to doc build limitations, not all devices may be shown on docs.rs;
//! a representative few have been selected instead. For a complete list of
//! available registers and fields see: [gd32-rs Device Coverage](https://gd32-rs.github.io/gd32-rs/)

#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![no_std]

mod generic;
pub use self::generic::*;

#[cfg(feature = "gd32f403")]
pub mod gd32f403;