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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.