#[repr(u8)]pub enum DbgRstMskPg {
DBG_RST_MSK_PG_0 = 0,
DBG_RST_MSK_PG_1 = 1,
}Variants§
DBG_RST_MSK_PG_0 = 0
do not mask core debug resets (debug resets will be asserted after power gating event)
DBG_RST_MSK_PG_1 = 1
mask core debug resets (debug resets won’t be asserted after power gating event)
Implementations§
Source§impl DbgRstMskPg
impl DbgRstMskPg
Trait Implementations§
Source§impl Clone for DbgRstMskPg
impl Clone for DbgRstMskPg
Source§fn clone(&self) -> DbgRstMskPg
fn clone(&self) -> DbgRstMskPg
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 DbgRstMskPg
impl Debug for DbgRstMskPg
Source§impl From<DbgRstMskPg> for u8
impl From<DbgRstMskPg> for u8
Source§fn from(val: DbgRstMskPg) -> u8
fn from(val: DbgRstMskPg) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DbgRstMskPg
impl From<u8> for DbgRstMskPg
Source§fn from(val: u8) -> DbgRstMskPg
fn from(val: u8) -> DbgRstMskPg
Converts to this type from the input type.
Source§impl Ord for DbgRstMskPg
impl Ord for DbgRstMskPg
Source§fn cmp(&self, other: &DbgRstMskPg) -> Ordering
fn cmp(&self, other: &DbgRstMskPg) -> 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 DbgRstMskPg
impl PartialEq for DbgRstMskPg
Source§impl PartialOrd for DbgRstMskPg
impl PartialOrd for DbgRstMskPg
impl Copy for DbgRstMskPg
impl Eq for DbgRstMskPg
impl StructuralPartialEq for DbgRstMskPg
Auto Trait Implementations§
impl Freeze for DbgRstMskPg
impl RefUnwindSafe for DbgRstMskPg
impl Send for DbgRstMskPg
impl Sync for DbgRstMskPg
impl Unpin for DbgRstMskPg
impl UnwindSafe for DbgRstMskPg
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