[][src]Trait drone_stm32_map_periph_adc::AdcTr2

pub trait AdcTr2<T: AdcMap> {
    type AdcTr2Val: Bitfield<Bits = u32>;
    type UAdcTr2: UAdcTr2<T, Val = Self::AdcTr2Val, UReg = Self::UAdcTr2, SReg = Self::SAdcTr2, CReg = Self::CAdcTr2>;
    type SAdcTr2: SAdcTr2<T, Val = Self::AdcTr2Val, UReg = Self::UAdcTr2, SReg = Self::SAdcTr2, CReg = Self::CAdcTr2>;
    type CAdcTr2: CAdcTr2<T, Val = Self::AdcTr2Val, UReg = Self::UAdcTr2, SReg = Self::SAdcTr2, CReg = Self::CAdcTr2>;
}

Associated Types

type AdcTr2Val: Bitfield<Bits = u32>

type UAdcTr2: UAdcTr2<T, Val = Self::AdcTr2Val, UReg = Self::UAdcTr2, SReg = Self::SAdcTr2, CReg = Self::CAdcTr2>

type SAdcTr2: SAdcTr2<T, Val = Self::AdcTr2Val, UReg = Self::UAdcTr2, SReg = Self::SAdcTr2, CReg = Self::CAdcTr2>

type CAdcTr2: CAdcTr2<T, Val = Self::AdcTr2Val, UReg = Self::UAdcTr2, SReg = Self::SAdcTr2, CReg = Self::CAdcTr2>

Loading content...

Implementors

impl AdcTr2<Adc1> for Adc1[src]

type AdcTr2Val = Val

type UAdcTr2 = Reg<Urt>

type SAdcTr2 = Reg<Srt>

type CAdcTr2 = Reg<Crt>

Loading content...