ch58x-hal 0.0.2

HAL for the CH583/CH582/CH581 RISC-V BLE microcotrollers from WCH
Documentation
1
2
3
4
5
use crate::impl_peripheral;

pub struct NoDma;

impl_peripheral!(NoDma);