[][src]Trait drone_stm32_map_periph_adc::SAdcDr

pub trait SAdcDr<T: AdcMap>: SRoReg {
    fn from_fields(map: SAdcDrFields<T>) -> Self;
fn into_fields(self) -> SAdcDrFields<T>;
fn rdata(&self) -> &T::SAdcDrRdata; }

Required methods

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

fn into_fields(self) -> SAdcDrFields<T>

fn rdata(&self) -> &T::SAdcDrRdata

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...