[][src]Enum imxrt1062_pmu::misc0_tog::REFTOP_SELFBIASOFF_A

pub enum REFTOP_SELFBIASOFF_A {
    REFTOP_SELFBIASOFF_0,
    REFTOP_SELFBIASOFF_1,
}

Control bit to disable the self-bias circuit in the analog bandgap

Value on reset: 0

Variants

REFTOP_SELFBIASOFF_0

0: Uses coarse bias currents for startup

REFTOP_SELFBIASOFF_1

1: Uses bandgap-based bias currents for best performance.

Trait Implementations

impl Clone for REFTOP_SELFBIASOFF_A[src]

impl Copy for REFTOP_SELFBIASOFF_A[src]

impl Debug for REFTOP_SELFBIASOFF_A[src]

impl From<REFTOP_SELFBIASOFF_A> for bool[src]

impl PartialEq<REFTOP_SELFBIASOFF_A> for REFTOP_SELFBIASOFF_A[src]

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