[−][src]Enum lpc55s6x_pac::anactrl::ldo_xo32m::VOUTR
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.
Methods
impl VOUTR
[src][−]
pub fn bits(&self) -> u8
[src][−]
Value of the field as raw bits
pub fn is_v_0p750(&self) -> bool
[src][−]
Checks if the value of the field is V_0P750
pub fn is_v_0p775(&self) -> bool
[src][−]
Checks if the value of the field is V_0P775
pub fn is_v_0p800(&self) -> bool
[src][−]
Checks if the value of the field is V_0P800
pub fn is_v_0p825(&self) -> bool
[src][−]
Checks if the value of the field is V_0P825
pub fn is_v_0p850(&self) -> bool
[src][−]
Checks if the value of the field is V_0P850
pub fn is_v_0p875(&self) -> bool
[src][−]
Checks if the value of the field is V_0P875
pub fn is_v_0p900(&self) -> bool
[src][−]
Checks if the value of the field is V_0P900
pub fn is_v_0p925(&self) -> bool
[src][−]
Checks if the value of the field is V_0P925
Trait Implementations
impl PartialEq<VOUTR> for VOUTR
[src][+]
impl Copy for VOUTR
[src]
impl Debug for VOUTR
[src][+]
impl Clone for VOUTR
[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>,
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>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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