[][src]Trait drone_stm32_map_periph_adc::SAdcAwd2Cr

pub trait SAdcAwd2Cr<T: AdcMap>: SRwReg {
    fn from_fields(map: SAdcAwd2CrFields<T>) -> Self;
fn into_fields(self) -> SAdcAwd2CrFields<T>;
fn awd2ch(&self) -> &T::SAdcAwd2CrAwd2Ch; }

Required methods

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

fn into_fields(self) -> SAdcAwd2CrFields<T>

fn awd2ch(&self) -> &T::SAdcAwd2CrAwd2Ch

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...