#[repr(u8)]pub enum LpsrModeEnable {
LPSR_MODE_ENABLE_0 = 0,
LPSR_MODE_ENABLE_1 = 1,
}Variants§
LPSR_MODE_ENABLE_0 = 0
SNVS domain will reset when system reset happens
LPSR_MODE_ENABLE_1 = 1
SNVS domain will only reset with SNVS POR
Implementations§
Trait Implementations§
Source§impl Clone for LpsrModeEnable
impl Clone for LpsrModeEnable
Source§fn clone(&self) -> LpsrModeEnable
fn clone(&self) -> LpsrModeEnable
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 LpsrModeEnable
impl Debug for LpsrModeEnable
Source§impl From<LpsrModeEnable> for u8
impl From<LpsrModeEnable> for u8
Source§fn from(val: LpsrModeEnable) -> u8
fn from(val: LpsrModeEnable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LpsrModeEnable
impl From<u8> for LpsrModeEnable
Source§fn from(val: u8) -> LpsrModeEnable
fn from(val: u8) -> LpsrModeEnable
Converts to this type from the input type.
Source§impl Ord for LpsrModeEnable
impl Ord for LpsrModeEnable
Source§fn cmp(&self, other: &LpsrModeEnable) -> Ordering
fn cmp(&self, other: &LpsrModeEnable) -> 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 LpsrModeEnable
impl PartialEq for LpsrModeEnable
Source§impl PartialOrd for LpsrModeEnable
impl PartialOrd for LpsrModeEnable
impl Copy for LpsrModeEnable
impl Eq for LpsrModeEnable
impl StructuralPartialEq for LpsrModeEnable
Auto Trait Implementations§
impl Freeze for LpsrModeEnable
impl RefUnwindSafe for LpsrModeEnable
impl Send for LpsrModeEnable
impl Sync for LpsrModeEnable
impl Unpin for LpsrModeEnable
impl UnwindSafe for LpsrModeEnable
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