AdcExt

Trait AdcExt 

Source
pub trait AdcExt {
    // Required method
    fn constrain(self, rcc: &mut Rcc) -> Adc;
}

Required Methods§

Source

fn constrain(self, rcc: &mut Rcc) -> Adc

Implementors§