[][src]Trait drone_stm32_map_periph_adc::AdcCfgr2

pub trait AdcCfgr2<T: AdcMap> {
    type AdcCfgr2Val: Bitfield<Bits = u32>;
    type UAdcCfgr2: UAdcCfgr2<T, Val = Self::AdcCfgr2Val, UReg = Self::UAdcCfgr2, SReg = Self::SAdcCfgr2, CReg = Self::CAdcCfgr2>;
    type SAdcCfgr2: SAdcCfgr2<T, Val = Self::AdcCfgr2Val, UReg = Self::UAdcCfgr2, SReg = Self::SAdcCfgr2, CReg = Self::CAdcCfgr2>;
    type CAdcCfgr2: CAdcCfgr2<T, Val = Self::AdcCfgr2Val, UReg = Self::UAdcCfgr2, SReg = Self::SAdcCfgr2, CReg = Self::CAdcCfgr2>;
}

Associated Types

type AdcCfgr2Val: Bitfield<Bits = u32>

type UAdcCfgr2: UAdcCfgr2<T, Val = Self::AdcCfgr2Val, UReg = Self::UAdcCfgr2, SReg = Self::SAdcCfgr2, CReg = Self::CAdcCfgr2>

type SAdcCfgr2: SAdcCfgr2<T, Val = Self::AdcCfgr2Val, UReg = Self::UAdcCfgr2, SReg = Self::SAdcCfgr2, CReg = Self::CAdcCfgr2>

type CAdcCfgr2: CAdcCfgr2<T, Val = Self::AdcCfgr2Val, UReg = Self::UAdcCfgr2, SReg = Self::SAdcCfgr2, CReg = Self::CAdcCfgr2>

Loading content...

Implementors

impl AdcCfgr2<Adc1> for Adc1[src]

type AdcCfgr2Val = Val

type UAdcCfgr2 = Reg<Urt>

type SAdcCfgr2 = Reg<Srt>

type CAdcCfgr2 = Reg<Crt>

Loading content...