[][src]Enum atsame54n::osc32kctrl::rtcctrl::RTCSEL_A

#[repr(u8)]pub enum RTCSEL_A {
    ULP1K,
    ULP32K,
    XOSC1K,
    XOSC32K,
}

RTC Clock Selection

Value on reset: 0

Variants

ULP1K

0: 1.024kHz from 32kHz internal ULP oscillator

ULP32K

1: 32.768kHz from 32kHz internal ULP oscillator

XOSC1K

4: 1.024kHz from 32.768kHz internal oscillator

XOSC32K

5: 32.768kHz from 32.768kHz external crystal oscillator

Trait Implementations

impl Clone for RTCSEL_A[src]

impl Copy for RTCSEL_A[src]

impl Debug for RTCSEL_A[src]

impl From<RTCSEL_A> for u8[src]

impl PartialEq<RTCSEL_A> for RTCSEL_A[src]

impl StructuralPartialEq for RTCSEL_A[src]

Auto Trait Implementations

impl Send for RTCSEL_A

impl Sync for RTCSEL_A

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