[][src]Trait drone_stm32_map_periph_adc::SAdcTr3

pub trait SAdcTr3<T: AdcMap>: SRwReg {
    fn from_fields(map: SAdcTr3Fields<T>) -> Self;
fn into_fields(self) -> SAdcTr3Fields<T>;
fn ht3(&self) -> &T::SAdcTr3Ht3;
fn lt3(&self) -> &T::SAdcTr3Lt3; }

Required methods

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

fn into_fields(self) -> SAdcTr3Fields<T>

fn ht3(&self) -> &T::SAdcTr3Ht3

fn lt3(&self) -> &T::SAdcTr3Lt3

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...