[][src]Trait drone_stm32_map_periph_adc::CAdcAwd3Cr

pub trait CAdcAwd3Cr<T: AdcMap>: CRwReg {
    fn from_fields(map: CAdcAwd3CrFields<T>) -> Self;
fn into_fields(self) -> CAdcAwd3CrFields<T>;
fn awd3ch(&self) -> &T::CAdcAwd3CrAwd3Ch; }

Required methods

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

fn into_fields(self) -> CAdcAwd3CrFields<T>

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...