[][src]Enum imxrt1062_pmu::reg_core::REG2_TARG_A

#[repr(u8)]pub enum REG2_TARG_A {
    REG2_TARG_0,
    REG2_TARG_1,
    REG2_TARG_2,
    REG2_TARG_3,
    REG2_TARG_16,
    REG2_TARG_30,
    REG2_TARG_31,
}

This field defines the target voltage for the SOC power domain

Value on reset: 18

Variants

REG2_TARG_0

0: Power gated off

REG2_TARG_1

1: Target core voltage = 0.725V

REG2_TARG_2

2: Target core voltage = 0.750V

REG2_TARG_3

3: Target core voltage = 0.775V

REG2_TARG_16

16: Target core voltage = 1.100V

REG2_TARG_30

30: Target core voltage = 1.450V

REG2_TARG_31

31: Power FET switched full on. No regulation.

Trait Implementations

impl Clone for REG2_TARG_A[src]

impl Copy for REG2_TARG_A[src]

impl Debug for REG2_TARG_A[src]

impl From<REG2_TARG_A> for u8[src]

impl PartialEq<REG2_TARG_A> for REG2_TARG_A[src]

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