[][src]Enum msp430fr2355::rtc::rtciv::RTCIV_A

#[repr(u16)]pub enum RTCIV_A {
    NONE,
    RTCIFG,
}

Real-time clock interrupt vector value

Value on reset: 0

Variants

NONE

0: No interrupt pending

RTCIFG

2: upt Source: RTC Counter Overflow; Interrupt Flag: RTCIFG

Trait Implementations

impl Clone for RTCIV_A[src]

impl Copy for RTCIV_A[src]

impl Debug for RTCIV_A[src]

impl From<RTCIV_A> for u16[src]

impl PartialEq<RTCIV_A> for RTCIV_A[src]

impl StructuralPartialEq for RTCIV_A[src]

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.