[][src]Enum imxrt1062_pmu::misc0_set::CLKGATE_DELAY_A

#[repr(u8)]pub enum CLKGATE_DELAY_A {
    CLKGATE_DELAY_0,
    CLKGATE_DELAY_1,
    CLKGATE_DELAY_2,
    CLKGATE_DELAY_3,
    CLKGATE_DELAY_4,
    CLKGATE_DELAY_5,
    CLKGATE_DELAY_6,
    CLKGATE_DELAY_7,
}

This field specifies the delay between powering up the XTAL 24MHz clock and releasing the clock to the digital logic inside the analog block

Value on reset: 1

Variants

CLKGATE_DELAY_0

0: 0.5ms

CLKGATE_DELAY_1

1: 1.0ms

CLKGATE_DELAY_2

2: 2.0ms

CLKGATE_DELAY_3

3: 3.0ms

CLKGATE_DELAY_4

4: 4.0ms

CLKGATE_DELAY_5

5: 5.0ms

CLKGATE_DELAY_6

6: 6.0ms

CLKGATE_DELAY_7

7: 7.0ms

Trait Implementations

impl Clone for CLKGATE_DELAY_A[src]

impl Copy for CLKGATE_DELAY_A[src]

impl Debug for CLKGATE_DELAY_A[src]

impl From<CLKGATE_DELAY_A> for u8[src]

impl PartialEq<CLKGATE_DELAY_A> for CLKGATE_DELAY_A[src]

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