[][src]Enum imxrt1062_pmu::reg_core::REG1_TARG_A

#[repr(u8)]pub enum REG1_TARG_A {
    REG1_TARG_0,
    REG1_TARG_1,
    REG1_TARG_2,
    REG1_TARG_3,
    REG1_TARG_16,
    REG1_TARG_30,
    REG1_TARG_31,
}

This bit field defines the target voltage for the vpu/gpu power domain. Single bit increments reflect 25mV core voltage steps. Not all steps will make sense to use either because of input supply limitations or load operation.

Value on reset: 16

Variants

REG1_TARG_0

0: Power gated off

REG1_TARG_1

1: Target core voltage = 0.725V

REG1_TARG_2

2: Target core voltage = 0.750V

REG1_TARG_3

3: Target core voltage = 0.775V

REG1_TARG_16

16: Target core voltage = 1.100V

REG1_TARG_30

30: Target core voltage = 1.450V

REG1_TARG_31

31: Power FET switched full on. No regulation.

Trait Implementations

impl Clone for REG1_TARG_A[src]

impl Copy for REG1_TARG_A[src]

impl Debug for REG1_TARG_A[src]

impl From<REG1_TARG_A> for u8[src]

impl PartialEq<REG1_TARG_A> for REG1_TARG_A[src]

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