[][src]Enum imxrt1062_pmu::misc0_tog::REFTOP_VBGADJ_A

#[repr(u8)]pub enum REFTOP_VBGADJ_A {
    REFTOP_VBGADJ_0,
    REFTOP_VBGADJ_1,
    REFTOP_VBGADJ_2,
    REFTOP_VBGADJ_3,
    REFTOP_VBGADJ_4,
    REFTOP_VBGADJ_5,
    REFTOP_VBGADJ_6,
    REFTOP_VBGADJ_7,
}

no description available

Value on reset: 0

Variants

REFTOP_VBGADJ_0

0: Nominal VBG

REFTOP_VBGADJ_1

1: VBG+0.78%

REFTOP_VBGADJ_2

2: VBG+1.56%

REFTOP_VBGADJ_3

3: VBG+2.34%

REFTOP_VBGADJ_4

4: VBG-0.78%

REFTOP_VBGADJ_5

5: VBG-1.56%

REFTOP_VBGADJ_6

6: VBG-2.34%

REFTOP_VBGADJ_7

7: VBG-3.12%

Trait Implementations

impl Clone for REFTOP_VBGADJ_A[src]

impl Copy for REFTOP_VBGADJ_A[src]

impl Debug for REFTOP_VBGADJ_A[src]

impl From<REFTOP_VBGADJ_A> for u8[src]

impl PartialEq<REFTOP_VBGADJ_A> for REFTOP_VBGADJ_A[src]

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