[][src]Trait drone_stm32_map_periph_adc::UAdcCalfact

pub trait UAdcCalfact<T: AdcMap>: URwReg {
    fn from_fields(map: UAdcCalfactFields<T>) -> Self;
fn into_fields(self) -> UAdcCalfactFields<T>;
fn calfact_d(&self) -> &T::UAdcCalfactCalfactD;
fn calfact_s(&self) -> &T::UAdcCalfactCalfactS; }

Required methods

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

fn into_fields(self) -> UAdcCalfactFields<T>

fn calfact_d(&self) -> &T::UAdcCalfactCalfactD

fn calfact_s(&self) -> &T::UAdcCalfactCalfactS

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...