[][src]Enum imxrt1062_ccm_analog::misc0_set::OSC_I_A

#[repr(u8)]pub enum OSC_I_A {
    NOMINAL,
    MINUS_12_5_PERCENT,
    MINUS_25_PERCENT,
    MINUS_37_5_PERCENT,
}

This field determines the bias current in the 24MHz oscillator

Value on reset: 0

Variants

NOMINAL

0: Nominal

MINUS_12_5_PERCENT

1: Decrease current by 12.5%

MINUS_25_PERCENT

2: Decrease current by 25.0%

MINUS_37_5_PERCENT

3: Decrease current by 37.5%

Trait Implementations

impl Clone for OSC_I_A[src]

impl Copy for OSC_I_A[src]

impl Debug for OSC_I_A[src]

impl From<OSC_I_A> for u8[src]

impl PartialEq<OSC_I_A> for OSC_I_A[src]

impl StructuralPartialEq for OSC_I_A[src]

Auto Trait Implementations

impl Send for OSC_I_A

impl Sync for OSC_I_A

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