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

Extension trait to split a SENS peripheral in independent parts

Required Methods§

Implementors§