[][src]Trait drone_stm32_map_periph_adc::AdcTr1

pub trait AdcTr1<T: AdcMap> {
    type AdcTr1Val: Bitfield<Bits = u32>;
    type UAdcTr1: UAdcTr1<T, Val = Self::AdcTr1Val, UReg = Self::UAdcTr1, SReg = Self::SAdcTr1, CReg = Self::CAdcTr1>;
    type SAdcTr1: SAdcTr1<T, Val = Self::AdcTr1Val, UReg = Self::UAdcTr1, SReg = Self::SAdcTr1, CReg = Self::CAdcTr1>;
    type CAdcTr1: CAdcTr1<T, Val = Self::AdcTr1Val, UReg = Self::UAdcTr1, SReg = Self::SAdcTr1, CReg = Self::CAdcTr1>;
}

Associated Types

type AdcTr1Val: Bitfield<Bits = u32>

type UAdcTr1: UAdcTr1<T, Val = Self::AdcTr1Val, UReg = Self::UAdcTr1, SReg = Self::SAdcTr1, CReg = Self::CAdcTr1>

type SAdcTr1: SAdcTr1<T, Val = Self::AdcTr1Val, UReg = Self::UAdcTr1, SReg = Self::SAdcTr1, CReg = Self::CAdcTr1>

type CAdcTr1: CAdcTr1<T, Val = Self::AdcTr1Val, UReg = Self::UAdcTr1, SReg = Self::SAdcTr1, CReg = Self::CAdcTr1>

Loading content...

Implementors

impl AdcTr1<Adc1> for Adc1[src]

type AdcTr1Val = Val

type UAdcTr1 = Reg<Urt>

type SAdcTr1 = Reg<Srt>

type CAdcTr1 = Reg<Crt>

Loading content...