[−][src]Enum lpc55s6x_pac::pmc::bodvbat::TRIGLVLW
Values that can be written to 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.
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