[][src]Trait drone_stm32_map_periph_adc::AdcCr

pub trait AdcCr<T: AdcMap> {
    type AdcCrVal: Bitfield<Bits = u32>;
    type UAdcCr: UAdcCr<T, Val = Self::AdcCrVal, UReg = Self::UAdcCr, SReg = Self::SAdcCr, CReg = Self::CAdcCr>;
    type SAdcCr: SAdcCr<T, Val = Self::AdcCrVal, UReg = Self::UAdcCr, SReg = Self::SAdcCr, CReg = Self::CAdcCr>;
    type CAdcCr: CAdcCr<T, Val = Self::AdcCrVal, UReg = Self::UAdcCr, SReg = Self::SAdcCr, CReg = Self::CAdcCr>;
}

Associated Types

type AdcCrVal: Bitfield<Bits = u32>

type UAdcCr: UAdcCr<T, Val = Self::AdcCrVal, UReg = Self::UAdcCr, SReg = Self::SAdcCr, CReg = Self::CAdcCr>

type SAdcCr: SAdcCr<T, Val = Self::AdcCrVal, UReg = Self::UAdcCr, SReg = Self::SAdcCr, CReg = Self::CAdcCr>

type CAdcCr: CAdcCr<T, Val = Self::AdcCrVal, UReg = Self::UAdcCr, SReg = Self::SAdcCr, CReg = Self::CAdcCr>

Loading content...

Implementors

impl AdcCr<Adc1> for Adc1[src]

type AdcCrVal = Val

type UAdcCr = Reg<Urt>

type SAdcCr = Reg<Srt>

type CAdcCr = Reg<Crt>

Loading content...