[][src]Enum msp430fr2x5x_hal::timer::TimerVector

pub enum TimerVector {
    NoInterrupt,
    SubTimer1,
    SubTimer2,
    SubTimer3,
    SubTimer4,
    SubTimer5,
    SubTimer6,
    MainTimer,
}

Indicates which sub/main timer caused the interrupt to fire

Variants

NoInterrupt

No pending interrupt

SubTimer1

Interrupt caused by sub-timer 1

SubTimer2

Interrupt caused by sub-timer 2

SubTimer3

Interrupt caused by sub-timer 3

SubTimer4

Interrupt caused by sub-timer 4

SubTimer5

Interrupt caused by sub-timer 5

SubTimer6

Interrupt caused by sub-timer 6

MainTimer

Interrupt caused by main timer overflow

Auto Trait Implementations

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.