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

Extension trait to split a SENS peripheral in independent parts

Required Methods

Implementations on Foreign Types

Implementors