Enum msp432p401r::eusci_a2::ucax_iv::UCIV_A[][src]

#[repr(u16)]pub enum UCIV_A {
    UCIV_0,
    UCIV_2,
    UCIV_4,
    UCIV_6,
    UCIV_8,
}

eUSCI_A interrupt vector value

Value on reset: 0

Variants

UCIV_0

0: No interrupt pending

UCIV_2

2: Interrupt Source: Receive buffer full; Interrupt Flag: UCRXIFG; Interrupt Priority: Highest

UCIV_4

4: Interrupt Source: Transmit buffer empty; Interrupt Flag: UCTXIFG

UCIV_6

6: Interrupt Source: Start bit received; Interrupt Flag: UCSTTIFG

UCIV_8

8: Interrupt Source: Transmit complete; Interrupt Flag: UCTXCPTIFG; Interrupt Priority: Lowest

Trait Implementations

impl Clone for UCIV_A[src]

impl Copy for UCIV_A[src]

impl Debug for UCIV_A[src]

impl PartialEq<UCIV_A> for UCIV_A[src]

impl StructuralPartialEq for UCIV_A[src]

Auto Trait Implementations

impl Send for UCIV_A

impl Sync for UCIV_A

impl Unpin for UCIV_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.