[][src]Trait drone_stm32_map_periph_adc::UAdcAwd3Cr

pub trait UAdcAwd3Cr<T: AdcMap>: URwReg {
    fn from_fields(map: UAdcAwd3CrFields<T>) -> Self;
fn into_fields(self) -> UAdcAwd3CrFields<T>;
fn awd3ch(&self) -> &T::UAdcAwd3CrAwd3Ch; }

Required methods

fn from_fields(map: UAdcAwd3CrFields<T>) -> Self

fn into_fields(self) -> UAdcAwd3CrFields<T>

fn awd3ch(&self) -> &T::UAdcAwd3CrAwd3Ch

Loading content...

Implementations on Foreign Types

impl UAdcAwd3Cr<Adc1> for Reg<Urt>[src]

Loading content...

Implementors

Loading content...