[][src]Enum imxrt1062_ccm::ccr::REG_BYPASS_COUNT_A

#[repr(u8)]pub enum REG_BYPASS_COUNT_A {
    REG_BYPASS_COUNT_0,
    REG_BYPASS_COUNT_1,
    REG_BYPASS_COUNT_63,
}

Counter for analog_reg_bypass signal assertion after standby voltage request by PMIC_STBY_REQ

Value on reset: 32

Variants

REG_BYPASS_COUNT_0

0: no delay

REG_BYPASS_COUNT_1

1: 1 CKIL clock period delay

REG_BYPASS_COUNT_63

63: 63 CKIL clock periods delay

Trait Implementations

impl Clone for REG_BYPASS_COUNT_A[src]

impl Copy for REG_BYPASS_COUNT_A[src]

impl Debug for REG_BYPASS_COUNT_A[src]

impl From<REG_BYPASS_COUNT_A> for u8[src]

impl PartialEq<REG_BYPASS_COUNT_A> for REG_BYPASS_COUNT_A[src]

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