[][src]Enum imxrt1062_xtalosc24m::lowpwr_ctrl_clr::XTALOSC_PWRUP_DELAY_A

#[repr(u8)]pub enum XTALOSC_PWRUP_DELAY_A {
    XTALOSC_PWRUP_DELAY_0,
    XTALOSC_PWRUP_DELAY_1,
    XTALOSC_PWRUP_DELAY_2,
    XTALOSC_PWRUP_DELAY_3,
}

Specifies the time delay between when the 24MHz xtal is powered up until it is stable and ready to use

Value on reset: 1

Variants

XTALOSC_PWRUP_DELAY_0

0: 0.25ms

XTALOSC_PWRUP_DELAY_1

1: 0.5ms

XTALOSC_PWRUP_DELAY_2

2: 1ms

XTALOSC_PWRUP_DELAY_3

3: 2ms

Trait Implementations

impl Clone for XTALOSC_PWRUP_DELAY_A[src]

impl Copy for XTALOSC_PWRUP_DELAY_A[src]

impl Debug for XTALOSC_PWRUP_DELAY_A[src]

impl From<XTALOSC_PWRUP_DELAY_A> for u8[src]

impl PartialEq<XTALOSC_PWRUP_DELAY_A> for XTALOSC_PWRUP_DELAY_A[src]

impl StructuralPartialEq for XTALOSC_PWRUP_DELAY_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.