[][src]Enum stm32l0xx_hal::pac::pwr::cr::PLSR

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

Possible values of the field PLS

Variants

V1_9

1.9 V

V2_1

2.1 V

V2_3

2.3 V

V2_5

2.5 V

V2_7

2.7 V

V2_9

2.9 V

V3_1

3.1 V

EXTERNAL

External input analog voltage (Compare internally to VREFINT)

Methods

impl PLSR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_v1_9(&self) -> bool[src]

Checks if the value of the field is V1_9

pub fn is_v2_1(&self) -> bool[src]

Checks if the value of the field is V2_1

pub fn is_v2_3(&self) -> bool[src]

Checks if the value of the field is V2_3

pub fn is_v2_5(&self) -> bool[src]

Checks if the value of the field is V2_5

pub fn is_v2_7(&self) -> bool[src]

Checks if the value of the field is V2_7

pub fn is_v2_9(&self) -> bool[src]

Checks if the value of the field is V2_9

pub fn is_v3_1(&self) -> bool[src]

Checks if the value of the field is V3_1

pub fn is_external(&self) -> bool[src]

Checks if the value of the field is EXTERNAL

Trait Implementations

impl PartialEq<PLSR> for PLSR[src]

impl Debug for PLSR[src]

impl Copy for PLSR[src]

impl Clone for PLSR[src]

Auto Trait Implementations

impl Unpin for PLSR

impl Send for PLSR

impl Sync for PLSR

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