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

Extension trait to split a APB_SARADC peripheral in independent parts

Required Methods§

Implementors§