[][src]Trait drone_stm32_map_periph_adc::AdcIerEosie

pub trait AdcIerEosie<T: AdcMap>: AdcIer<T> {
    type UAdcIerEosie: RegField<Urt, Reg = Self::UAdcIer, URegField = Self::UAdcIerEosie, SRegField = Self::SAdcIerEosie, CRegField = Self::CAdcIerEosie> + URwRwRegFieldBit;
    type SAdcIerEosie: RegField<Srt, Reg = Self::SAdcIer, URegField = Self::UAdcIerEosie, SRegField = Self::SAdcIerEosie, CRegField = Self::CAdcIerEosie> + SRwRwRegFieldBit;
    type CAdcIerEosie: RegField<Crt, Reg = Self::CAdcIer, URegField = Self::UAdcIerEosie, SRegField = Self::SAdcIerEosie, CRegField = Self::CAdcIerEosie> + CRwRwRegFieldBit;
}

Associated Types

type UAdcIerEosie: RegField<Urt, Reg = Self::UAdcIer, URegField = Self::UAdcIerEosie, SRegField = Self::SAdcIerEosie, CRegField = Self::CAdcIerEosie> + URwRwRegFieldBit

type SAdcIerEosie: RegField<Srt, Reg = Self::SAdcIer, URegField = Self::UAdcIerEosie, SRegField = Self::SAdcIerEosie, CRegField = Self::CAdcIerEosie> + SRwRwRegFieldBit

type CAdcIerEosie: RegField<Crt, Reg = Self::CAdcIer, URegField = Self::UAdcIerEosie, SRegField = Self::SAdcIerEosie, CRegField = Self::CAdcIerEosie> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcIerEosie<Adc1> for Adc1[src]

type UAdcIerEosie = Eosie<Urt>

type SAdcIerEosie = Eosie<Srt>

type CAdcIerEosie = Eosie<Crt>

Loading content...