[][src]Trait drone_stm32_map_periph_adc::AdcIsrEoc

pub trait AdcIsrEoc<T: AdcMap>: AdcIsr<T> {
    type UAdcIsrEoc: RegField<Urt, Reg = Self::UAdcIsr, URegField = Self::UAdcIsrEoc, SRegField = Self::SAdcIsrEoc, CRegField = Self::CAdcIsrEoc> + URwRwRegFieldBit;
    type SAdcIsrEoc: RegField<Srt, Reg = Self::SAdcIsr, URegField = Self::UAdcIsrEoc, SRegField = Self::SAdcIsrEoc, CRegField = Self::CAdcIsrEoc> + SRwRwRegFieldBit;
    type CAdcIsrEoc: RegField<Crt, Reg = Self::CAdcIsr, URegField = Self::UAdcIsrEoc, SRegField = Self::SAdcIsrEoc, CRegField = Self::CAdcIsrEoc> + CRwRwRegFieldBit;
}

Associated Types

type UAdcIsrEoc: RegField<Urt, Reg = Self::UAdcIsr, URegField = Self::UAdcIsrEoc, SRegField = Self::SAdcIsrEoc, CRegField = Self::CAdcIsrEoc> + URwRwRegFieldBit

type SAdcIsrEoc: RegField<Srt, Reg = Self::SAdcIsr, URegField = Self::UAdcIsrEoc, SRegField = Self::SAdcIsrEoc, CRegField = Self::CAdcIsrEoc> + SRwRwRegFieldBit

type CAdcIsrEoc: RegField<Crt, Reg = Self::CAdcIsr, URegField = Self::UAdcIsrEoc, SRegField = Self::SAdcIsrEoc, CRegField = Self::CAdcIsrEoc> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcIsrEoc<Adc1> for Adc1[src]

type UAdcIsrEoc = Eoc<Urt>

type SAdcIsrEoc = Eoc<Srt>

type CAdcIsrEoc = Eoc<Crt>

Loading content...