[][src]Trait drone_stm32_map_periph_adc::AdcTr3

pub trait AdcTr3<T: AdcMap> {
    type AdcTr3Val: Bitfield<Bits = u32>;
    type UAdcTr3: UAdcTr3<T, Val = Self::AdcTr3Val, UReg = Self::UAdcTr3, SReg = Self::SAdcTr3, CReg = Self::CAdcTr3>;
    type SAdcTr3: SAdcTr3<T, Val = Self::AdcTr3Val, UReg = Self::UAdcTr3, SReg = Self::SAdcTr3, CReg = Self::CAdcTr3>;
    type CAdcTr3: CAdcTr3<T, Val = Self::AdcTr3Val, UReg = Self::UAdcTr3, SReg = Self::SAdcTr3, CReg = Self::CAdcTr3>;
}

Associated Types

type AdcTr3Val: Bitfield<Bits = u32>

type UAdcTr3: UAdcTr3<T, Val = Self::AdcTr3Val, UReg = Self::UAdcTr3, SReg = Self::SAdcTr3, CReg = Self::CAdcTr3>

type SAdcTr3: SAdcTr3<T, Val = Self::AdcTr3Val, UReg = Self::UAdcTr3, SReg = Self::SAdcTr3, CReg = Self::CAdcTr3>

type CAdcTr3: CAdcTr3<T, Val = Self::AdcTr3Val, UReg = Self::UAdcTr3, SReg = Self::SAdcTr3, CReg = Self::CAdcTr3>

Loading content...

Implementors

impl AdcTr3<Adc1> for Adc1[src]

type AdcTr3Val = Val

type UAdcTr3 = Reg<Urt>

type SAdcTr3 = Reg<Srt>

type CAdcTr3 = Reg<Crt>

Loading content...