[][src]Trait drone_stm32_map_periph_adc::SAdcTr2

pub trait SAdcTr2<T: AdcMap>: SRwReg {
    fn from_fields(map: SAdcTr2Fields<T>) -> Self;
fn into_fields(self) -> SAdcTr2Fields<T>;
fn ht2(&self) -> &T::SAdcTr2Ht2;
fn lt2(&self) -> &T::SAdcTr2Lt2; }

Required methods

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

fn into_fields(self) -> SAdcTr2Fields<T>

fn ht2(&self) -> &T::SAdcTr2Ht2

fn lt2(&self) -> &T::SAdcTr2Lt2

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...