[][src]Trait drone_stm32_map_periph_adc::AdcCfgrDiscen

pub trait AdcCfgrDiscen<T: AdcMap>: AdcCfgr<T> {
    type UAdcCfgrDiscen: RegField<Urt, Reg = Self::UAdcCfgr, URegField = Self::UAdcCfgrDiscen, SRegField = Self::SAdcCfgrDiscen, CRegField = Self::CAdcCfgrDiscen> + URwRwRegFieldBit;
    type SAdcCfgrDiscen: RegField<Srt, Reg = Self::SAdcCfgr, URegField = Self::UAdcCfgrDiscen, SRegField = Self::SAdcCfgrDiscen, CRegField = Self::CAdcCfgrDiscen> + SRwRwRegFieldBit;
    type CAdcCfgrDiscen: RegField<Crt, Reg = Self::CAdcCfgr, URegField = Self::UAdcCfgrDiscen, SRegField = Self::SAdcCfgrDiscen, CRegField = Self::CAdcCfgrDiscen> + CRwRwRegFieldBit;
}

Associated Types

type UAdcCfgrDiscen: RegField<Urt, Reg = Self::UAdcCfgr, URegField = Self::UAdcCfgrDiscen, SRegField = Self::SAdcCfgrDiscen, CRegField = Self::CAdcCfgrDiscen> + URwRwRegFieldBit

type SAdcCfgrDiscen: RegField<Srt, Reg = Self::SAdcCfgr, URegField = Self::UAdcCfgrDiscen, SRegField = Self::SAdcCfgrDiscen, CRegField = Self::CAdcCfgrDiscen> + SRwRwRegFieldBit

type CAdcCfgrDiscen: RegField<Crt, Reg = Self::CAdcCfgr, URegField = Self::UAdcCfgrDiscen, SRegField = Self::SAdcCfgrDiscen, CRegField = Self::CAdcCfgrDiscen> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcCfgrDiscen<Adc1> for Adc1[src]

type UAdcCfgrDiscen = Discen<Urt>

type SAdcCfgrDiscen = Discen<Srt>

type CAdcCfgrDiscen = Discen<Crt>

Loading content...