Trait esp_idf_svc::hal::adc::AdcChannels
source · pub trait AdcChannels {
type Adc: Adc;
type Iterator<'a>: Iterator<Item = (u32, u32)>
where Self: 'a;
// Required method
fn iter(&self) -> Self::Iterator<'_>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.