Enum nrf52833_hal::pac::uicr::regout0::VOUT_A[][src]

#[repr(u8)]pub enum VOUT_A {
    _1V8,
    _2V1,
    _2V4,
    _2V7,
    _3V0,
    _3V3,
    DEFAULT,
}

Output voltage from REG0 regulator stage.

Value on reset: 7

Variants

_1V8

0: 1.8 V

_2V1

1: 2.1 V

_2V4

2: 2.4 V

_2V7

3: 2.7 V

_3V0

4: 3.0 V

_3V3

5: 3.3 V

DEFAULT

7: Default voltage: 1.8 V

Trait Implementations

impl Clone for VOUT_A[src]

impl Copy for VOUT_A[src]

impl Debug for VOUT_A[src]

impl PartialEq<VOUT_A> for VOUT_A[src]

impl StructuralPartialEq for VOUT_A[src]

Auto Trait Implementations

impl Send for VOUT_A

impl Sync for VOUT_A

impl Unpin for VOUT_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<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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.