[][src]Enum nrf52840_hal::target::power::pofcon::THRESHOLDVDDHR

pub enum THRESHOLDVDDHR {
    V27,
    V28,
    V29,
    V30,
    V31,
    V32,
    V33,
    V34,
    V35,
    V36,
    V37,
    V38,
    V39,
    V40,
    V41,
    V42,
}

Possible values of the field THRESHOLDVDDH

Variants

V27

Set threshold to 2.7 V

V28

Set threshold to 2.8 V

V29

Set threshold to 2.9 V

V30

Set threshold to 3.0 V

V31

Set threshold to 3.1 V

V32

Set threshold to 3.2 V

V33

Set threshold to 3.3 V

V34

Set threshold to 3.4 V

V35

Set threshold to 3.5 V

V36

Set threshold to 3.6 V

V37

Set threshold to 3.7 V

V38

Set threshold to 3.8 V

V39

Set threshold to 3.9 V

V40

Set threshold to 4.0 V

V41

Set threshold to 4.1 V

V42

Set threshold to 4.2 V

Methods

impl THRESHOLDVDDHR[src]

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

Value of the field as raw bits

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

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

Checks if the value of the field is V29

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

Checks if the value of the field is V30

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

Checks if the value of the field is V31

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

Checks if the value of the field is V32

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

Checks if the value of the field is V33

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

Checks if the value of the field is V34

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

Checks if the value of the field is V35

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

Checks if the value of the field is V36

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

Checks if the value of the field is V37

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

Checks if the value of the field is V38

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

Checks if the value of the field is V39

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

Checks if the value of the field is V40

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

Checks if the value of the field is V41

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

Checks if the value of the field is V42

Trait Implementations

impl PartialEq<THRESHOLDVDDHR> for THRESHOLDVDDHR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for THRESHOLDVDDHR[src]

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

Performs copy-assignment from source. Read more

impl Copy for THRESHOLDVDDHR[src]

impl Debug for THRESHOLDVDDHR[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

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

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]

impl<T> Same for T

type Output = T

Should always be Self