[][src]Trait drone_stm32_map_periph_adc::AdcCfgr2Rovse

pub trait AdcCfgr2Rovse<T: AdcMap>: AdcCfgr2<T> {
    type UAdcCfgr2Rovse: RegField<Urt, Reg = Self::UAdcCfgr2, URegField = Self::UAdcCfgr2Rovse, SRegField = Self::SAdcCfgr2Rovse, CRegField = Self::CAdcCfgr2Rovse> + URwRwRegFieldBit;
    type SAdcCfgr2Rovse: RegField<Srt, Reg = Self::SAdcCfgr2, URegField = Self::UAdcCfgr2Rovse, SRegField = Self::SAdcCfgr2Rovse, CRegField = Self::CAdcCfgr2Rovse> + SRwRwRegFieldBit;
    type CAdcCfgr2Rovse: RegField<Crt, Reg = Self::CAdcCfgr2, URegField = Self::UAdcCfgr2Rovse, SRegField = Self::SAdcCfgr2Rovse, CRegField = Self::CAdcCfgr2Rovse> + CRwRwRegFieldBit;
}

Associated Types

type UAdcCfgr2Rovse: RegField<Urt, Reg = Self::UAdcCfgr2, URegField = Self::UAdcCfgr2Rovse, SRegField = Self::SAdcCfgr2Rovse, CRegField = Self::CAdcCfgr2Rovse> + URwRwRegFieldBit

type SAdcCfgr2Rovse: RegField<Srt, Reg = Self::SAdcCfgr2, URegField = Self::UAdcCfgr2Rovse, SRegField = Self::SAdcCfgr2Rovse, CRegField = Self::CAdcCfgr2Rovse> + SRwRwRegFieldBit

type CAdcCfgr2Rovse: RegField<Crt, Reg = Self::CAdcCfgr2, URegField = Self::UAdcCfgr2Rovse, SRegField = Self::SAdcCfgr2Rovse, CRegField = Self::CAdcCfgr2Rovse> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcCfgr2Rovse<Adc1> for Adc1[src]

type UAdcCfgr2Rovse = Rovse<Urt>

type SAdcCfgr2Rovse = Rovse<Srt>

type CAdcCfgr2Rovse = Rovse<Crt>

Loading content...