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

Extension trait to split a APB_SARADC peripheral in independent parts

Required Methods§

Implementors§

source§

impl<'d, T> SarAdcExt for Twhere T: Peripheral<P = APB_SARADC> + 'd,