//! # Analog Peripherals
//!//! The `analog` module provides drivers for the various analog peripherals
//! available on the device. For more information about a peripheral driver,
//! please refer to the relevant module documentation.
#[cfg(adc)]pubmodadc;#[cfg(dac)]pubmoddac;