Enum atsam4s2c_pac::rtc::sr::TDERR_A[][src]

pub enum TDERR_A {
    CORRECT,
    ERR_TIMEDATE,
}

Time and/or Date Free Running Error

Value on reset: 0

Variants

CORRECT

0: The internal free running counters are carrying valid values since the last read of the Status Register (RTC_SR).

ERR_TIMEDATE

1: The internal free running counters have been corrupted (invalid date or time, non-BCD values) since the last read and/or they are still invalid.

Trait Implementations

impl Clone for TDERR_A[src]

impl Copy for TDERR_A[src]

impl Debug for TDERR_A[src]

impl PartialEq<TDERR_A> for TDERR_A[src]

impl StructuralPartialEq for TDERR_A[src]

Auto Trait Implementations

impl Send for TDERR_A

impl Sync for TDERR_A

impl Unpin for TDERR_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> Same<T> for T

type Output = T

Should always be Self

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.