[][src]Trait drone_stm32_map_periph_adc::AdcIsrEosmp

pub trait AdcIsrEosmp<T: AdcMap>: AdcIsr<T> {
    type UAdcIsrEosmp: RegField<Urt, Reg = Self::UAdcIsr, URegField = Self::UAdcIsrEosmp, SRegField = Self::SAdcIsrEosmp, CRegField = Self::CAdcIsrEosmp> + URwRwRegFieldBit;
    type SAdcIsrEosmp: RegField<Srt, Reg = Self::SAdcIsr, URegField = Self::UAdcIsrEosmp, SRegField = Self::SAdcIsrEosmp, CRegField = Self::CAdcIsrEosmp> + SRwRwRegFieldBit;
    type CAdcIsrEosmp: RegField<Crt, Reg = Self::CAdcIsr, URegField = Self::UAdcIsrEosmp, SRegField = Self::SAdcIsrEosmp, CRegField = Self::CAdcIsrEosmp> + CRwRwRegFieldBit;
}

Associated Types

type UAdcIsrEosmp: RegField<Urt, Reg = Self::UAdcIsr, URegField = Self::UAdcIsrEosmp, SRegField = Self::SAdcIsrEosmp, CRegField = Self::CAdcIsrEosmp> + URwRwRegFieldBit

type SAdcIsrEosmp: RegField<Srt, Reg = Self::SAdcIsr, URegField = Self::UAdcIsrEosmp, SRegField = Self::SAdcIsrEosmp, CRegField = Self::CAdcIsrEosmp> + SRwRwRegFieldBit

type CAdcIsrEosmp: RegField<Crt, Reg = Self::CAdcIsr, URegField = Self::UAdcIsrEosmp, SRegField = Self::SAdcIsrEosmp, CRegField = Self::CAdcIsrEosmp> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcIsrEosmp<Adc1> for Adc1[src]

type UAdcIsrEosmp = Eosmp<Urt>

type SAdcIsrEosmp = Eosmp<Srt>

type CAdcIsrEosmp = Eosmp<Crt>

Loading content...