pub trait AnalogExt {
    // Required method
    fn split(self) -> AvailableAnalog;
}
Expand description

Extension trait to split a SENS peripheral in independent parts

Required Methods§

Implementors§