[][src]Trait drone_stm32_map_periph_adc::AdcCfgr

pub trait AdcCfgr<T: AdcMap> {
    type AdcCfgrVal: Bitfield<Bits = u32>;
    type UAdcCfgr: UAdcCfgr<T, Val = Self::AdcCfgrVal, UReg = Self::UAdcCfgr, SReg = Self::SAdcCfgr, CReg = Self::CAdcCfgr>;
    type SAdcCfgr: SAdcCfgr<T, Val = Self::AdcCfgrVal, UReg = Self::UAdcCfgr, SReg = Self::SAdcCfgr, CReg = Self::CAdcCfgr>;
    type CAdcCfgr: CAdcCfgr<T, Val = Self::AdcCfgrVal, UReg = Self::UAdcCfgr, SReg = Self::SAdcCfgr, CReg = Self::CAdcCfgr>;
}

Associated Types

type AdcCfgrVal: Bitfield<Bits = u32>

type UAdcCfgr: UAdcCfgr<T, Val = Self::AdcCfgrVal, UReg = Self::UAdcCfgr, SReg = Self::SAdcCfgr, CReg = Self::CAdcCfgr>

type SAdcCfgr: SAdcCfgr<T, Val = Self::AdcCfgrVal, UReg = Self::UAdcCfgr, SReg = Self::SAdcCfgr, CReg = Self::CAdcCfgr>

type CAdcCfgr: CAdcCfgr<T, Val = Self::AdcCfgrVal, UReg = Self::UAdcCfgr, SReg = Self::SAdcCfgr, CReg = Self::CAdcCfgr>

Loading content...

Implementors

impl AdcCfgr<Adc1> for Adc1[src]

type AdcCfgrVal = Val

type UAdcCfgr = Reg<Urt>

type SAdcCfgr = Reg<Srt>

type CAdcCfgr = Reg<Crt>

Loading content...