[][src]Enum imxrt1062_ccm::clpcr::SBYOS_A

pub enum SBYOS_A {
    SBYOS_0,
    SBYOS_1,
}

Standby clock oscillator bit

Value on reset: 1

Variants

SBYOS_0

0: On-chip oscillator will not be powered down, after next entrance to STOP mode. (CCM_REF_EN_B will remain asserted - '0' and cosc_pwrdown will remain de asserted - '0')

SBYOS_1

1: On-chip oscillator will be powered down, after next entrance to STOP mode. (CCM_REF_EN_B will be deasserted - '1' and cosc_pwrdown will be asserted - '1'). When returning from STOP mode, external oscillator will be enabled again, on-chip oscillator will return to oscillator mode, and after oscnt count, CCM will continue with the exit from the STOP mode process.

Trait Implementations

impl Clone for SBYOS_A[src]

impl Copy for SBYOS_A[src]

impl Debug for SBYOS_A[src]

impl From<SBYOS_A> for bool[src]

impl PartialEq<SBYOS_A> for SBYOS_A[src]

impl StructuralPartialEq for SBYOS_A[src]

Auto Trait Implementations

impl Send for SBYOS_A

impl Sync for SBYOS_A

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