Enum msp432p401r::comp_e1::cex_iv::CEIV_A[][src]

#[repr(u16)]pub enum CEIV_A {
    CEIV_0,
    CEIV_2,
    CEIV_4,
    CEIV_10,
}

Comparator interrupt vector word register

Value on reset: 0

Variants

CEIV_0

0: No interrupt pending

CEIV_2

2: Interrupt Source: CEOUT interrupt; Interrupt Flag: CEIFG; Interrupt Priority: Highest

CEIV_4

4: Interrupt Source: CEOUT interrupt inverted polarity; Interrupt Flag: CEIIFG

CEIV_10

10: Interrupt Source: Comparator ready interrupt; Interrupt Flag: CERDYIFG; Interrupt Priority: Lowest

Trait Implementations

impl Clone for CEIV_A[src]

impl Copy for CEIV_A[src]

impl Debug for CEIV_A[src]

impl PartialEq<CEIV_A> for CEIV_A[src]

impl StructuralPartialEq for CEIV_A[src]

Auto Trait Implementations

impl Send for CEIV_A

impl Sync for CEIV_A

impl Unpin for CEIV_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.