[][src]Enum imxrt1062_ccm::clpcr::COSC_PWRDOWN_A

pub enum COSC_PWRDOWN_A {
    COSC_PWRDOWN_0,
    COSC_PWRDOWN_1,
}

In run mode, software can manually control powering down of on chip oscillator, i

Value on reset: 0

Variants

COSC_PWRDOWN_0

0: On chip oscillator will not be powered down, i.e. cosc_pwrdown = '0'.

COSC_PWRDOWN_1

1: On chip oscillator will be powered down, i.e. cosc_pwrdown = '1'.

Trait Implementations

impl Clone for COSC_PWRDOWN_A[src]

impl Copy for COSC_PWRDOWN_A[src]

impl Debug for COSC_PWRDOWN_A[src]

impl From<COSC_PWRDOWN_A> for bool[src]

impl PartialEq<COSC_PWRDOWN_A> for COSC_PWRDOWN_A[src]

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