[][src]Trait drone_stm32_map_periph_adc::SAdcAwd3Cr

pub trait SAdcAwd3Cr<T: AdcMap>: SRwReg {
    fn from_fields(map: SAdcAwd3CrFields<T>) -> Self;
fn into_fields(self) -> SAdcAwd3CrFields<T>;
fn awd3ch(&self) -> &T::SAdcAwd3CrAwd3Ch; }

Required methods

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

fn into_fields(self) -> SAdcAwd3CrFields<T>

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

Loading content...

Implementations on Foreign Types

impl SAdcAwd3Cr<Adc1> for Reg<Srt>[src]

Loading content...

Implementors

Loading content...