[][src]Enum tm4c123x::sysctl::ldospctl::VLDOR

pub enum VLDOR {
    _0_90V,
    _0_95V,
    _1_00V,
    _1_05V,
    _1_10V,
    _1_15V,
    _1_20V,
    _Reserved(u8),
}

Possible values of the field VLDO

Variants

_0_90V

0.90 V

_0_95V

0.95 V

_1_00V

1.00 V

_1_05V

1.05 V

_1_10V

1.10 V

_1_15V

1.15 V

_1_20V

1.20 V

_Reserved(u8)

Reserved

Methods

impl VLDOR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is _0_90V

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

Checks if the value of the field is _0_95V

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

Checks if the value of the field is _1_00V

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

Checks if the value of the field is _1_05V

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

Checks if the value of the field is _1_10V

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

Checks if the value of the field is _1_15V

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

Checks if the value of the field is _1_20V

Trait Implementations

impl Clone for VLDOR[src]

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

Performs copy-assignment from source. Read more

impl Debug for VLDOR[src]

impl PartialEq<VLDOR> for VLDOR[src]

impl Copy for VLDOR[src]

Auto Trait Implementations

impl Send for VLDOR

impl Sync for VLDOR

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]