[][src]Trait drone_stm32_map_periph_adc::AdcCfgr2Jovse

pub trait AdcCfgr2Jovse<T: AdcMap>: AdcCfgr2<T> {
    type UAdcCfgr2Jovse: RegField<Urt, Reg = Self::UAdcCfgr2, URegField = Self::UAdcCfgr2Jovse, SRegField = Self::SAdcCfgr2Jovse, CRegField = Self::CAdcCfgr2Jovse> + URwRwRegFieldBit;
    type SAdcCfgr2Jovse: RegField<Srt, Reg = Self::SAdcCfgr2, URegField = Self::UAdcCfgr2Jovse, SRegField = Self::SAdcCfgr2Jovse, CRegField = Self::CAdcCfgr2Jovse> + SRwRwRegFieldBit;
    type CAdcCfgr2Jovse: RegField<Crt, Reg = Self::CAdcCfgr2, URegField = Self::UAdcCfgr2Jovse, SRegField = Self::SAdcCfgr2Jovse, CRegField = Self::CAdcCfgr2Jovse> + CRwRwRegFieldBit;
}

Associated Types

type UAdcCfgr2Jovse: RegField<Urt, Reg = Self::UAdcCfgr2, URegField = Self::UAdcCfgr2Jovse, SRegField = Self::SAdcCfgr2Jovse, CRegField = Self::CAdcCfgr2Jovse> + URwRwRegFieldBit

type SAdcCfgr2Jovse: RegField<Srt, Reg = Self::SAdcCfgr2, URegField = Self::UAdcCfgr2Jovse, SRegField = Self::SAdcCfgr2Jovse, CRegField = Self::CAdcCfgr2Jovse> + SRwRwRegFieldBit

type CAdcCfgr2Jovse: RegField<Crt, Reg = Self::CAdcCfgr2, URegField = Self::UAdcCfgr2Jovse, SRegField = Self::SAdcCfgr2Jovse, CRegField = Self::CAdcCfgr2Jovse> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcCfgr2Jovse<Adc1> for Adc1[src]

type UAdcCfgr2Jovse = Jovse<Urt>

type SAdcCfgr2Jovse = Jovse<Srt>

type CAdcCfgr2Jovse = Jovse<Crt>

Loading content...