[][src]Trait drone_stm32_map_periph_adc::AdcCrJadstp

pub trait AdcCrJadstp<T: AdcMap>: AdcCr<T> {
    type UAdcCrJadstp: RegField<Urt, Reg = Self::UAdcCr, URegField = Self::UAdcCrJadstp, SRegField = Self::SAdcCrJadstp, CRegField = Self::CAdcCrJadstp> + URwRwRegFieldBit;
    type SAdcCrJadstp: RegField<Srt, Reg = Self::SAdcCr, URegField = Self::UAdcCrJadstp, SRegField = Self::SAdcCrJadstp, CRegField = Self::CAdcCrJadstp> + SRwRwRegFieldBit;
    type CAdcCrJadstp: RegField<Crt, Reg = Self::CAdcCr, URegField = Self::UAdcCrJadstp, SRegField = Self::SAdcCrJadstp, CRegField = Self::CAdcCrJadstp> + CRwRwRegFieldBit;
}

Associated Types

type UAdcCrJadstp: RegField<Urt, Reg = Self::UAdcCr, URegField = Self::UAdcCrJadstp, SRegField = Self::SAdcCrJadstp, CRegField = Self::CAdcCrJadstp> + URwRwRegFieldBit

type SAdcCrJadstp: RegField<Srt, Reg = Self::SAdcCr, URegField = Self::UAdcCrJadstp, SRegField = Self::SAdcCrJadstp, CRegField = Self::CAdcCrJadstp> + SRwRwRegFieldBit

type CAdcCrJadstp: RegField<Crt, Reg = Self::CAdcCr, URegField = Self::UAdcCrJadstp, SRegField = Self::SAdcCrJadstp, CRegField = Self::CAdcCrJadstp> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcCrJadstp<Adc1> for Adc1[src]

type UAdcCrJadstp = Jadstp<Urt>

type SAdcCrJadstp = Jadstp<Srt>

type CAdcCrJadstp = Jadstp<Crt>

Loading content...