[][src]Enum lpc55s6x_pac::anactrl::ldo_xo32m::VOUTR

pub enum VOUTR {
    V_0P750,
    V_0P775,
    V_0P800,
    V_0P825,
    V_0P850,
    V_0P875,
    V_0P900,
    V_0P925,
}
[]

Possible values of the field VOUT

Variants

V_0P750
[]

0.750 V.

V_0P775
[]

0.775 V.

V_0P800
[]

0.800 V.

V_0P825
[]

0.825 V.

V_0P850
[]

0.850 V.

V_0P875
[]

0.875 V.

V_0P900
[]

0.900 V.

V_0P925
[]

0.925 V.

Methods

impl VOUTR[src][]

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

Value of the field as raw bits

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

Checks if the value of the field is V_0P750

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

Checks if the value of the field is V_0P775

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

Checks if the value of the field is V_0P800

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

Checks if the value of the field is V_0P825

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

Checks if the value of the field is V_0P850

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

Checks if the value of the field is V_0P875

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

Checks if the value of the field is V_0P900

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

Checks if the value of the field is V_0P925

Trait Implementations

impl PartialEq<VOUTR> for VOUTR[src][+]

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

This method tests for !=.

impl Copy for VOUTR[src]

impl Debug for VOUTR[src][+]

impl Clone for VOUTR[src][+]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VOUTR

impl Sync for VOUTR

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