1pub mod adc; 2#[cfg(any(feature = "stm32g071", feature = "stm32g081"))] 3pub mod comparator; 4#[cfg(any(feature = "stm32g071", feature = "stm32g081"))] 5pub mod dac;