Enum msp432p401r::rtc_c::rtciv::RTCIV_A[][src]

#[repr(u16)]pub enum RTCIV_A {
    RTCIV_0,
    RTCIV_2,
    RTCIV_4,
    RTCIV_6,
    RTCIV_8,
    RTCIV_10,
    RTCIV_12,
}

Real-time clock interrupt vector value

Value on reset: 0

Variants

RTCIV_0

0: No interrupt pending

RTCIV_2

2: Interrupt Source: RTC oscillator failure; Interrupt Flag: RTCOFIFG; Interrupt Priority: Highest

RTCIV_4

4: Interrupt Source: RTC ready; Interrupt Flag: RTCRDYIFG

RTCIV_6

6: Interrupt Source: RTC interval timer; Interrupt Flag: RTCTEVIFG

RTCIV_8

8: Interrupt Source: RTC user alarm; Interrupt Flag: RTCAIFG

RTCIV_10

10: Interrupt Source: RTC prescaler 0; Interrupt Flag: RT0PSIFG

RTCIV_12

12: Interrupt Source: RTC prescaler 1; Interrupt Flag: RT1PSIFG

Trait Implementations

impl Clone for RTCIV_A[src]

impl Copy for RTCIV_A[src]

impl Debug for RTCIV_A[src]

impl PartialEq<RTCIV_A> for RTCIV_A[src]

impl StructuralPartialEq for RTCIV_A[src]

Auto Trait Implementations

impl Send for RTCIV_A

impl Sync for RTCIV_A

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