[−][src]Enum lpc55s6x_pac::pmc::bodvbat::TRIGLVLR
Possible values of the field TRIGLVL
Variants
V_1P001.00 V.
V_1P101.10 V.
V_1P201.20 V.
V_1P301.30 V.
V_1P401.40 V.
V_1P501.50 V.
V_1P601.60 V.
V_1P651.65 V.
V_1P701.70 V.
V_1P751.75 V.
V_1P801.80 V.
V_1P901.90 V.
V_2P002.00 V.
V_2P102.10 V.
V_2P202.20 V.
V_2P302.30 V.
V_2P402.40 V.
V_2P502.50 V.
V_2P602.60 V.
V_2P702.70 V.
V_2P802.806 V.
V_2P902.90 V.
V_3P003.00 V.
V_3P103.10 V.
V_3P203.20 V.
V_3P30_23.30 V.
V_3P30_33.30 V.
V_3P30_43.30 V.
V_3P30_53.30 V.
V_3P30_63.30 V.
V_3P30_73.30 V.
V_3P30_83.30 V.
Methods
impl TRIGLVLR[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_v_1p00(&self) -> bool[src]
Checks if the value of the field is V_1P00
pub fn is_v_1p10(&self) -> bool[src]
Checks if the value of the field is V_1P10
pub fn is_v_1p20(&self) -> bool[src]
Checks if the value of the field is V_1P20
pub fn is_v_1p30(&self) -> bool[src]
Checks if the value of the field is V_1P30
pub fn is_v_1p40(&self) -> bool[src]
Checks if the value of the field is V_1P40
pub fn is_v_1p50(&self) -> bool[src]
Checks if the value of the field is V_1P50
pub fn is_v_1p60(&self) -> bool[src]
Checks if the value of the field is V_1P60
pub fn is_v_1p65(&self) -> bool[src]
Checks if the value of the field is V_1P65
pub fn is_v_1p70(&self) -> bool[src]
Checks if the value of the field is V_1P70
pub fn is_v_1p75(&self) -> bool[src]
Checks if the value of the field is V_1P75
pub fn is_v_1p80(&self) -> bool[src]
Checks if the value of the field is V_1P80
pub fn is_v_1p90(&self) -> bool[src]
Checks if the value of the field is V_1P90
pub fn is_v_2p00(&self) -> bool[src]
Checks if the value of the field is V_2P00
pub fn is_v_2p10(&self) -> bool[src]
Checks if the value of the field is V_2P10
pub fn is_v_2p20(&self) -> bool[src]
Checks if the value of the field is V_2P20
pub fn is_v_2p30(&self) -> bool[src]
Checks if the value of the field is V_2P30
pub fn is_v_2p40(&self) -> bool[src]
Checks if the value of the field is V_2P40
pub fn is_v_2p50(&self) -> bool[src]
Checks if the value of the field is V_2P50
pub fn is_v_2p60(&self) -> bool[src]
Checks if the value of the field is V_2P60
pub fn is_v_2p70(&self) -> bool[src]
Checks if the value of the field is V_2P70
pub fn is_v_2p80(&self) -> bool[src]
Checks if the value of the field is V_2P80
pub fn is_v_2p90(&self) -> bool[src]
Checks if the value of the field is V_2P90
pub fn is_v_3p00(&self) -> bool[src]
Checks if the value of the field is V_3P00
pub fn is_v_3p10(&self) -> bool[src]
Checks if the value of the field is V_3P10
pub fn is_v_3p20(&self) -> bool[src]
Checks if the value of the field is V_3P20
pub fn is_v_3p30_2(&self) -> bool[src]
Checks if the value of the field is V_3P30_2
pub fn is_v_3p30_3(&self) -> bool[src]
Checks if the value of the field is V_3P30_3
pub fn is_v_3p30_4(&self) -> bool[src]
Checks if the value of the field is V_3P30_4
pub fn is_v_3p30_5(&self) -> bool[src]
Checks if the value of the field is V_3P30_5
pub fn is_v_3p30_6(&self) -> bool[src]
Checks if the value of the field is V_3P30_6
pub fn is_v_3p30_7(&self) -> bool[src]
Checks if the value of the field is V_3P30_7
pub fn is_v_3p30_8(&self) -> bool[src]
Checks if the value of the field is V_3P30_8
Trait Implementations
impl PartialEq<TRIGLVLR> for TRIGLVLR[src]
fn eq(&self, other: &TRIGLVLR) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Copy for TRIGLVLR[src]
impl Debug for TRIGLVLR[src]
impl Clone for TRIGLVLR[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self