[][src]Enum ambiq_apollo3_pac::vcomp::cfg::LVLSELR

pub enum LVLSELR {
    _0P58V,
    _0P77V,
    _0P97V,
    _1P16V,
    _1P35V,
    _1P55V,
    _1P74V,
    _1P93V,
    _2P13V,
    _2P32V,
    _2P51V,
    _2P71V,
    _2P90V,
    _3P09V,
    _3P29V,
    _3P48V,
}

Possible values of the field LVLSEL

Variants

_0P58V

Set Reference input to 0.58 Volts. value.

_0P77V

Set Reference input to 0.77 Volts. value.

_0P97V

Set Reference input to 0.97 Volts. value.

_1P16V

Set Reference input to 1.16 Volts. value.

_1P35V

Set Reference input to 1.35 Volts. value.

_1P55V

Set Reference input to 1.55 Volts. value.

_1P74V

Set Reference input to 1.74 Volts. value.

_1P93V

Set Reference input to 1.93 Volts. value.

_2P13V

Set Reference input to 2.13 Volts. value.

_2P32V

Set Reference input to 2.32 Volts. value.

_2P51V

Set Reference input to 2.51 Volts. value.

_2P71V

Set Reference input to 2.71 Volts. value.

_2P90V

Set Reference input to 2.90 Volts. value.

_3P09V

Set Reference input to 3.09 Volts. value.

_3P29V

Set Reference input to 3.29 Volts. value.

_3P48V

Set Reference input to 3.48 Volts. value.

Methods

impl LVLSELR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is _0P58V

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

Checks if the value of the field is _0P77V

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

Checks if the value of the field is _0P97V

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

Checks if the value of the field is _1P16V

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

Checks if the value of the field is _1P35V

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

Checks if the value of the field is _1P55V

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

Checks if the value of the field is _1P74V

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

Checks if the value of the field is _1P93V

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

Checks if the value of the field is _2P13V

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

Checks if the value of the field is _2P32V

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

Checks if the value of the field is _2P51V

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

Checks if the value of the field is _2P71V

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

Checks if the value of the field is _2P90V

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

Checks if the value of the field is _3P09V

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

Checks if the value of the field is _3P29V

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

Checks if the value of the field is _3P48V

Trait Implementations

impl Copy for LVLSELR[src]

impl Debug for LVLSELR[src]

impl PartialEq<LVLSELR> for LVLSELR[src]

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

This method tests for !=.

impl Clone for LVLSELR[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 LVLSELR

impl Sync for LVLSELR

Blanket Implementations

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> From for T[src]

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