[][src]Trait drone_stm32_map_periph_adc::AdcCfgrRes

pub trait AdcCfgrRes<T: AdcMap>: AdcCfgr<T> {
    type UAdcCfgrRes: RegField<Urt, Reg = Self::UAdcCfgr, URegField = Self::UAdcCfgrRes, SRegField = Self::SAdcCfgrRes, CRegField = Self::CAdcCfgrRes> + URwRwRegFieldBits;
    type SAdcCfgrRes: RegField<Srt, Reg = Self::SAdcCfgr, URegField = Self::UAdcCfgrRes, SRegField = Self::SAdcCfgrRes, CRegField = Self::CAdcCfgrRes> + SRwRwRegFieldBits;
    type CAdcCfgrRes: RegField<Crt, Reg = Self::CAdcCfgr, URegField = Self::UAdcCfgrRes, SRegField = Self::SAdcCfgrRes, CRegField = Self::CAdcCfgrRes> + CRwRwRegFieldBits;
}

Associated Types

type UAdcCfgrRes: RegField<Urt, Reg = Self::UAdcCfgr, URegField = Self::UAdcCfgrRes, SRegField = Self::SAdcCfgrRes, CRegField = Self::CAdcCfgrRes> + URwRwRegFieldBits

type SAdcCfgrRes: RegField<Srt, Reg = Self::SAdcCfgr, URegField = Self::UAdcCfgrRes, SRegField = Self::SAdcCfgrRes, CRegField = Self::CAdcCfgrRes> + SRwRwRegFieldBits

type CAdcCfgrRes: RegField<Crt, Reg = Self::CAdcCfgr, URegField = Self::UAdcCfgrRes, SRegField = Self::SAdcCfgrRes, CRegField = Self::CAdcCfgrRes> + CRwRwRegFieldBits

Loading content...

Implementors

impl AdcCfgrRes<Adc1> for Adc1[src]

type UAdcCfgrRes = Res<Urt>

type SAdcCfgrRes = Res<Srt>

type CAdcCfgrRes = Res<Crt>

Loading content...