[][src]Trait drone_stm32_map_periph_adc::UAdcAwd2Cr

pub trait UAdcAwd2Cr<T: AdcMap>: URwReg {
    fn from_fields(map: UAdcAwd2CrFields<T>) -> Self;
fn into_fields(self) -> UAdcAwd2CrFields<T>;
fn awd2ch(&self) -> &T::UAdcAwd2CrAwd2Ch; }

Required methods

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

fn into_fields(self) -> UAdcAwd2CrFields<T>

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...