[][src]Trait drone_stm32_map_periph_adc::AdcIsrJqovf

pub trait AdcIsrJqovf<T: AdcMap>: AdcIsr<T> {
    type UAdcIsrJqovf: RegField<Urt, Reg = Self::UAdcIsr, URegField = Self::UAdcIsrJqovf, SRegField = Self::SAdcIsrJqovf, CRegField = Self::CAdcIsrJqovf> + URwRwRegFieldBit;
    type SAdcIsrJqovf: RegField<Srt, Reg = Self::SAdcIsr, URegField = Self::UAdcIsrJqovf, SRegField = Self::SAdcIsrJqovf, CRegField = Self::CAdcIsrJqovf> + SRwRwRegFieldBit;
    type CAdcIsrJqovf: RegField<Crt, Reg = Self::CAdcIsr, URegField = Self::UAdcIsrJqovf, SRegField = Self::SAdcIsrJqovf, CRegField = Self::CAdcIsrJqovf> + CRwRwRegFieldBit;
}

Associated Types

type UAdcIsrJqovf: RegField<Urt, Reg = Self::UAdcIsr, URegField = Self::UAdcIsrJqovf, SRegField = Self::SAdcIsrJqovf, CRegField = Self::CAdcIsrJqovf> + URwRwRegFieldBit

type SAdcIsrJqovf: RegField<Srt, Reg = Self::SAdcIsr, URegField = Self::UAdcIsrJqovf, SRegField = Self::SAdcIsrJqovf, CRegField = Self::CAdcIsrJqovf> + SRwRwRegFieldBit

type CAdcIsrJqovf: RegField<Crt, Reg = Self::CAdcIsr, URegField = Self::UAdcIsrJqovf, SRegField = Self::SAdcIsrJqovf, CRegField = Self::CAdcIsrJqovf> + CRwRwRegFieldBit

Loading content...

Implementors

impl AdcIsrJqovf<Adc1> for Adc1[src]

type UAdcIsrJqovf = Jqovf<Urt>

type SAdcIsrJqovf = Jqovf<Srt>

type CAdcIsrJqovf = Jqovf<Crt>

Loading content...