pub trait SarAdcExt {
    fn split(self) -> AvailableAnalog;
}
Expand description

Extension trait to split a APB_SARADC peripheral in independent parts

Required Methods

Implementors