[][src]Trait drone_stm32_map_periph_adc::CAdcAwd2Cr

pub trait CAdcAwd2Cr<T: AdcMap>: CRwReg {
    fn from_fields(map: CAdcAwd2CrFields<T>) -> Self;
fn into_fields(self) -> CAdcAwd2CrFields<T>;
fn awd2ch(&self) -> &T::CAdcAwd2CrAwd2Ch; }

Required methods

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

fn into_fields(self) -> CAdcAwd2CrFields<T>

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

Loading content...

Implementations on Foreign Types

impl CAdcAwd2Cr<Adc1> for Reg<Crt>[src]

Loading content...

Implementors

Loading content...