[][src]Enum nrf52810_pac::power::pofcon::THRESHOLDR

pub enum THRESHOLDR {
    V17,
    V18,
    V19,
    V20,
    V21,
    V22,
    V23,
    V24,
    V25,
    V26,
    V27,
    V28,
    _Reserved(u8),
}

Possible values of the field THRESHOLD

Variants

V17

Set threshold to 1.7 V

V18

Set threshold to 1.8 V

V19

Set threshold to 1.9 V

V20

Set threshold to 2.0 V

V21

Set threshold to 2.1 V

V22

Set threshold to 2.2 V

V23

Set threshold to 2.3 V

V24

Set threshold to 2.4 V

V25

Set threshold to 2.5 V

V26

Set threshold to 2.6 V

V27

Set threshold to 2.7 V

V28

Set threshold to 2.8 V

_Reserved(u8)

Reserved

Methods

impl THRESHOLDR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is V17

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

Checks if the value of the field is V18

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

Checks if the value of the field is V19

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

Checks if the value of the field is V20

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

Checks if the value of the field is V21

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

Checks if the value of the field is V22

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

Checks if the value of the field is V23

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

Checks if the value of the field is V24

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

Checks if the value of the field is V25

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

Checks if the value of the field is V26

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

Checks if the value of the field is V27

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

Checks if the value of the field is V28

Trait Implementations

impl Clone for THRESHOLDR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for THRESHOLDR[src]

impl PartialEq<THRESHOLDR> for THRESHOLDR[src]

impl Copy for THRESHOLDR[src]

Auto Trait Implementations

impl Send for THRESHOLDR

impl Sync for THRESHOLDR

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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

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

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