[][src]Trait drone_stm32_map_periph_adc::AdcIsrJeos

pub trait AdcIsrJeos<T: AdcMap>: AdcIsr<T> {
    type UAdcIsrJeos: RegField<Urt, Reg = Self::UAdcIsr, URegField = Self::UAdcIsrJeos, SRegField = Self::SAdcIsrJeos, CRegField = Self::CAdcIsrJeos> + URwRwRegFieldBit;
    type SAdcIsrJeos: RegField<Srt, Reg = Self::SAdcIsr, URegField = Self::UAdcIsrJeos, SRegField = Self::SAdcIsrJeos, CRegField = Self::CAdcIsrJeos> + SRwRwRegFieldBit;
    type CAdcIsrJeos: RegField<Crt, Reg = Self::CAdcIsr, URegField = Self::UAdcIsrJeos, SRegField = Self::SAdcIsrJeos, CRegField = Self::CAdcIsrJeos> + CRwRwRegFieldBit;
}

Associated Types

type UAdcIsrJeos: RegField<Urt, Reg = Self::UAdcIsr, URegField = Self::UAdcIsrJeos, SRegField = Self::SAdcIsrJeos, CRegField = Self::CAdcIsrJeos> + URwRwRegFieldBit

type SAdcIsrJeos: RegField<Srt, Reg = Self::SAdcIsr, URegField = Self::UAdcIsrJeos, SRegField = Self::SAdcIsrJeos, CRegField = Self::CAdcIsrJeos> + SRwRwRegFieldBit

type CAdcIsrJeos: RegField<Crt, Reg = Self::CAdcIsr, URegField = Self::UAdcIsrJeos, SRegField = Self::SAdcIsrJeos, CRegField = Self::CAdcIsrJeos> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcIsrJeos<Adc1> for Adc1[src]

type UAdcIsrJeos = Jeos<Urt>

type SAdcIsrJeos = Jeos<Srt>

type CAdcIsrJeos = Jeos<Crt>

Loading content...