[][src]Enum esp32::timg::rtccalicfg::CLK_SEL_A

#[repr(u8)]pub enum CLK_SEL_A {
    RTC_MUX,
    CK8M_D256,
    XTAL32K,
}

Value on reset: 0

Variants

RTC_MUX

0: Select RTC slow clock

CK8M_D256

1: Internal 8 MHz RC oscillator, divided by 256

XTAL32K

2: Select XTAL_32K

Trait Implementations

impl Clone for CLK_SEL_A[src]

impl Copy for CLK_SEL_A[src]

impl Debug for CLK_SEL_A[src]

impl From<CLK_SEL_A> for u8[src]

impl PartialEq<CLK_SEL_A> for CLK_SEL_A[src]

impl StructuralPartialEq for CLK_SEL_A[src]

Auto Trait Implementations

impl Send for CLK_SEL_A

impl Sync for CLK_SEL_A

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