hc32f460_driver_sys 0.1.1

Provide driver function binding for HDSC's HC32F460 MCU.
Documentation
#![no_std]

pub mod hc32f4xx;
pub mod usb_bsp;
pub mod usb_lib;
pub mod hc32f460_ll_interrupts_share;
pub mod hc32_ll;
pub mod hc32_ll_adc;
pub mod hc32_ll_aes;
pub mod hc32_ll_aos;
pub mod hc32_ll_can;
pub mod hc32_ll_clk;
pub mod hc32_ll_cmp;
pub mod hc32_ll_crc;
pub mod hc32_ll_dbgc;
pub mod hc32_ll_dcu;
pub mod hc32_ll_def;
pub mod hc32_ll_dma;
pub mod hc32_ll_efm;
pub mod hc32_ll_emb;
pub mod hc32_ll_event_port;
pub mod hc32_ll_fcg;
pub mod hc32_ll_fcm;
pub mod hc32_ll_gpio;
pub mod hc32_ll_hash;
pub mod hc32_ll_i2c;
pub mod hc32_ll_i2s;
pub mod hc32_ll_icg;
pub mod hc32_ll_interrupts;
pub mod hc32_ll_keyscan;
pub mod hc32_ll_mpu;
pub mod hc32_ll_ots;
pub mod hc32_ll_pwc;
pub mod hc32_ll_qspi;
pub mod hc32_ll_rmu;
pub mod hc32_ll_rtc;
pub mod hc32_ll_sdioc;
pub mod hc32_ll_spi;
pub mod hc32_ll_sram;
pub mod hc32_ll_swdt;
pub mod hc32_ll_tmr0;
pub mod hc32_ll_tmr4;
pub mod hc32_ll_tmr6;
pub mod hc32_ll_tmra;
pub mod hc32_ll_trng;
pub mod hc32_ll_usart;
pub mod hc32_ll_usb;
pub mod hc32_ll_utility;
pub mod hc32_ll_wdt;