[][src]Enum stm32l0::stm32l0x3::pwr::cr::PLS_A

pub enum PLS_A {
    V1_9,
    V2_1,
    V2_3,
    V2_5,
    V2_7,
    V2_9,
    V3_1,
    EXTERNAL,
}

PVD level selection

Value on reset: 0

Variants

V1_9

0: 1.9 V

V2_1

1: 2.1 V

V2_3

2: 2.3 V

V2_5

3: 2.5 V

V2_7

4: 2.7 V

V2_9

5: 2.9 V

V3_1

6: 3.1 V

EXTERNAL

7: External input analog voltage (Compare internally to VREFINT)

Trait Implementations

impl From<PLS_A> for u8[src]

impl Debug for PLS_A[src]

impl PartialEq<PLS_A> for PLS_A[src]

impl Copy for PLS_A[src]

impl StructuralPartialEq for PLS_A[src]

impl Clone for PLS_A[src]

Auto Trait Implementations

impl Unpin for PLS_A

impl Send for PLS_A

impl Sync for PLS_A

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

type Output = T

Should always be Self