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

pub enum VOUT_A {
    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.

Trait Implementations

impl Debug for VOUT_A[src]

impl PartialEq<VOUT_A> for VOUT_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for VOUT_A[src]

impl From<VOUT_A> for u8[src]

impl Clone for VOUT_A[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for VOUT_A

impl Sync for VOUT_A

impl Send for VOUT_A

Blanket Implementations

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> From<T> for 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