[][src]Enum lpc55s6x_pac::pmc::bodvbat::TRIGLVLW

pub enum TRIGLVLW {
    V_1P00,
    V_1P10,
    V_1P20,
    V_1P30,
    V_1P40,
    V_1P50,
    V_1P60,
    V_1P65,
    V_1P70,
    V_1P75,
    V_1P80,
    V_1P90,
    V_2P00,
    V_2P10,
    V_2P20,
    V_2P30,
    V_2P40,
    V_2P50,
    V_2P60,
    V_2P70,
    V_2P80,
    V_2P90,
    V_3P00,
    V_3P10,
    V_3P20,
    V_3P30_2,
    V_3P30_3,
    V_3P30_4,
    V_3P30_5,
    V_3P30_6,
    V_3P30_7,
    V_3P30_8,
}

Values that can be written to the field TRIGLVL

Variants

V_1P00

1.00 V.

V_1P10

1.10 V.

V_1P20

1.20 V.

V_1P30

1.30 V.

V_1P40

1.40 V.

V_1P50

1.50 V.

V_1P60

1.60 V.

V_1P65

1.65 V.

V_1P70

1.70 V.

V_1P75

1.75 V.

V_1P80

1.80 V.

V_1P90

1.90 V.

V_2P00

2.00 V.

V_2P10

2.10 V.

V_2P20

2.20 V.

V_2P30

2.30 V.

V_2P40

2.40 V.

V_2P50

2.50 V.

V_2P60

2.60 V.

V_2P70

2.70 V.

V_2P80

2.806 V.

V_2P90

2.90 V.

V_3P00

3.00 V.

V_3P10

3.10 V.

V_3P20

3.20 V.

V_3P30_2

3.30 V.

V_3P30_3

3.30 V.

V_3P30_4

3.30 V.

V_3P30_5

3.30 V.

V_3P30_6

3.30 V.

V_3P30_7

3.30 V.

V_3P30_8

3.30 V.

Auto Trait Implementations

impl Send for TRIGLVLW

impl Sync for TRIGLVLW

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self