[][src]Trait drone_stm32_map_periph_adc::SAdcTr1

pub trait SAdcTr1<T: AdcMap>: SRwReg {
    fn from_fields(map: SAdcTr1Fields<T>) -> Self;
fn into_fields(self) -> SAdcTr1Fields<T>;
fn ht1(&self) -> &T::SAdcTr1Ht1;
fn lt1(&self) -> &T::SAdcTr1Lt1; }

Required methods

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

fn into_fields(self) -> SAdcTr1Fields<T>

fn ht1(&self) -> &T::SAdcTr1Ht1

fn lt1(&self) -> &T::SAdcTr1Lt1

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...