pub trait Channel: EmbeddedHalChannel<ADC, ID = u8> {
    fn set_sample_time(&mut self, adc: &ADC1, sample_time: SampleTime);
}
Expand description

Implemented for all types that represent ADC channels

Required methods

Implementors