1 2 3 4 5 6 7 8 9
#[cfg(feature = "hk32c030xx")] mod hk32c030xx; #[cfg(feature = "hk32c030xx")] pub use hk32c030xx::*; #[cfg(feature = "hk32f0301mxxc")] mod hk32f0301mxxc; #[cfg(feature = "hk32f0301mxxc")] pub use hk32f0301mxxc::*;