[][src]Trait drone_stm32_map_periph_adc::AdcCfgrJdiscen

pub trait AdcCfgrJdiscen<T: AdcMap>: AdcCfgr<T> {
    type UAdcCfgrJdiscen: RegField<Urt, Reg = Self::UAdcCfgr, URegField = Self::UAdcCfgrJdiscen, SRegField = Self::SAdcCfgrJdiscen, CRegField = Self::CAdcCfgrJdiscen> + URwRwRegFieldBit;
    type SAdcCfgrJdiscen: RegField<Srt, Reg = Self::SAdcCfgr, URegField = Self::UAdcCfgrJdiscen, SRegField = Self::SAdcCfgrJdiscen, CRegField = Self::CAdcCfgrJdiscen> + SRwRwRegFieldBit;
    type CAdcCfgrJdiscen: RegField<Crt, Reg = Self::CAdcCfgr, URegField = Self::UAdcCfgrJdiscen, SRegField = Self::SAdcCfgrJdiscen, CRegField = Self::CAdcCfgrJdiscen> + CRwRwRegFieldBit;
}

Associated Types

type UAdcCfgrJdiscen: RegField<Urt, Reg = Self::UAdcCfgr, URegField = Self::UAdcCfgrJdiscen, SRegField = Self::SAdcCfgrJdiscen, CRegField = Self::CAdcCfgrJdiscen> + URwRwRegFieldBit

type SAdcCfgrJdiscen: RegField<Srt, Reg = Self::SAdcCfgr, URegField = Self::UAdcCfgrJdiscen, SRegField = Self::SAdcCfgrJdiscen, CRegField = Self::CAdcCfgrJdiscen> + SRwRwRegFieldBit

type CAdcCfgrJdiscen: RegField<Crt, Reg = Self::CAdcCfgr, URegField = Self::UAdcCfgrJdiscen, SRegField = Self::SAdcCfgrJdiscen, CRegField = Self::CAdcCfgrJdiscen> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcCfgrJdiscen<Adc1> for Adc1[src]

type UAdcCfgrJdiscen = Jdiscen<Urt>

type SAdcCfgrJdiscen = Jdiscen<Srt>

type CAdcCfgrJdiscen = Jdiscen<Crt>

Loading content...