#[repr(u8)]pub enum LpCfgDcdcVddLvl {
VDD00 = 0,
VDD01 = 1,
VDD10 = 2,
VDD11 = 3,
}Variants§
VDD00 = 0
Retention voltage (0.7 V)
VDD01 = 1
Mid voltage (1.0 V)
VDD10 = 2
Normal voltage (1.1 V)
VDD11 = 3
Overdrive voltage (1.2 V)
Implementations§
Trait Implementations§
Source§impl Clone for LpCfgDcdcVddLvl
impl Clone for LpCfgDcdcVddLvl
Source§fn clone(&self) -> LpCfgDcdcVddLvl
fn clone(&self) -> LpCfgDcdcVddLvl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LpCfgDcdcVddLvl
impl Debug for LpCfgDcdcVddLvl
Source§impl From<LpCfgDcdcVddLvl> for u8
impl From<LpCfgDcdcVddLvl> for u8
Source§fn from(val: LpCfgDcdcVddLvl) -> u8
fn from(val: LpCfgDcdcVddLvl) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LpCfgDcdcVddLvl
impl From<u8> for LpCfgDcdcVddLvl
Source§fn from(val: u8) -> LpCfgDcdcVddLvl
fn from(val: u8) -> LpCfgDcdcVddLvl
Converts to this type from the input type.
Source§impl Ord for LpCfgDcdcVddLvl
impl Ord for LpCfgDcdcVddLvl
Source§fn cmp(&self, other: &LpCfgDcdcVddLvl) -> Ordering
fn cmp(&self, other: &LpCfgDcdcVddLvl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LpCfgDcdcVddLvl
impl PartialEq for LpCfgDcdcVddLvl
Source§impl PartialOrd for LpCfgDcdcVddLvl
impl PartialOrd for LpCfgDcdcVddLvl
impl Copy for LpCfgDcdcVddLvl
impl Eq for LpCfgDcdcVddLvl
impl StructuralPartialEq for LpCfgDcdcVddLvl
Auto Trait Implementations§
impl Freeze for LpCfgDcdcVddLvl
impl RefUnwindSafe for LpCfgDcdcVddLvl
impl Send for LpCfgDcdcVddLvl
impl Sync for LpCfgDcdcVddLvl
impl Unpin for LpCfgDcdcVddLvl
impl UnwindSafe for LpCfgDcdcVddLvl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more