Enum msp432p401r::timer_a1::tax_iv::TAIV_A[][src]

#[repr(u16)]pub enum TAIV_A {
    TAIV_0,
    TAIV_2,
    TAIV_4,
    TAIV_6,
    TAIV_8,
    TAIV_10,
    TAIV_12,
    TAIV_14,
}

TimerA interrupt vector value

Value on reset: 0

Variants

TAIV_0

0: No interrupt pending

TAIV_2

2: Interrupt Source: Capture/compare 1; Interrupt Flag: TAxCCR1 CCIFG; Interrupt Priority: Highest

TAIV_4

4: Interrupt Source: Capture/compare 2; Interrupt Flag: TAxCCR2 CCIFG

TAIV_6

6: Interrupt Source: Capture/compare 3; Interrupt Flag: TAxCCR3 CCIFG

TAIV_8

8: Interrupt Source: Capture/compare 4; Interrupt Flag: TAxCCR4 CCIFG

TAIV_10

10: Interrupt Source: Capture/compare 5; Interrupt Flag: TAxCCR5 CCIFG

TAIV_12

12: Interrupt Source: Capture/compare 6; Interrupt Flag: TAxCCR6 CCIFG

TAIV_14

14: Interrupt Source: Timer overflow; Interrupt Flag: TAxCTL TAIFG; Interrupt Priority: Lowest

Trait Implementations

impl Clone for TAIV_A[src]

impl Copy for TAIV_A[src]

impl Debug for TAIV_A[src]

impl PartialEq<TAIV_A> for TAIV_A[src]

impl StructuralPartialEq for TAIV_A[src]

Auto Trait Implementations

impl Send for TAIV_A

impl Sync for TAIV_A

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