[][src]Enum atsame70j21b::rtc::rtc_mr::OUT1_A

#[repr(u8)]pub enum OUT1_A {
    NO_WAVE,
    FREQ1HZ,
    FREQ32HZ,
    FREQ64HZ,
    FREQ512HZ,
    ALARM_TOGGLE,
    ALARM_FLAG,
    PROG_PULSE,
}

RTCOUT1 Output Source Selection

Value on reset: 0

Variants

NO_WAVE

0: No waveform, stuck at '0'

FREQ1HZ

1: 1 Hz square wave

FREQ32HZ

2: 32 Hz square wave

FREQ64HZ

3: 64 Hz square wave

FREQ512HZ

4: 512 Hz square wave

ALARM_TOGGLE

5: Output toggles when alarm flag rises

ALARM_FLAG

6: Output is a copy of the alarm flag

PROG_PULSE

7: Duty cycle programmable pulse

Trait Implementations

impl Clone for OUT1_A[src]

impl Copy for OUT1_A[src]

impl Debug for OUT1_A[src]

impl From<OUT1_A> for u8[src]

impl PartialEq<OUT1_A> for OUT1_A[src]

impl StructuralPartialEq for OUT1_A[src]

Auto Trait Implementations

impl Send for OUT1_A

impl Sync for OUT1_A

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