[][src]Enum imxrt1062_ccm_analog::misc2_clr::REG1_STEP_TIME_A

#[repr(u8)]pub enum REG1_STEP_TIME_A {
    _64_CLOCKS,
    _128_CLOCKS,
    _256_CLOCKS,
    _512_CLOCKS,
}

Number of clock periods (24MHz clock).Not related to CCM. See Power Management Unit (PMU)

Value on reset: 0

Variants

_64_CLOCKS

0: 64

_128_CLOCKS

1: 128

_256_CLOCKS

2: 256

_512_CLOCKS

3: 512

Trait Implementations

impl Clone for REG1_STEP_TIME_A[src]

impl Copy for REG1_STEP_TIME_A[src]

impl Debug for REG1_STEP_TIME_A[src]

impl From<REG1_STEP_TIME_A> for u8[src]

impl PartialEq<REG1_STEP_TIME_A> for REG1_STEP_TIME_A[src]

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