#[cfg(feature = "hk32c030xx")]
mod sys_hk32c030xx;
#[cfg(feature = "hk32c030xx")]
pub use sys_hk32c030xx::*;
#[cfg(feature = "hk32f0301mxxc")]
mod sys_hk32f0301mxxc;
#[cfg(feature = "hk32f0301mxxc")]
pub use sys_hk32f0301mxxc::*;
#[cfg(feature = "hk32f005")]
mod sys_hk32f005;
#[cfg(feature = "hk32f005")]
pub use sys_hk32f005::*;