#[repr(u8)]pub enum Resetnpadf {
RESETNPADF_0 = 0,
RESETNPADF_1 = 1,
}Variants§
RESETNPADF_0 = 0
No reset detected since last time this flag was cleared.
RESETNPADF_1 = 1
Reset pad wakeup caused a wakeup or reset event since the last time this bit was cleared. Write 1 to clear.
Implementations§
Source§impl Resetnpadf
impl Resetnpadf
Trait Implementations§
Source§impl Clone for Resetnpadf
impl Clone for Resetnpadf
Source§fn clone(&self) -> Resetnpadf
fn clone(&self) -> Resetnpadf
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 Resetnpadf
impl Debug for Resetnpadf
Source§impl From<Resetnpadf> for u8
impl From<Resetnpadf> for u8
Source§fn from(val: Resetnpadf) -> u8
fn from(val: Resetnpadf) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Resetnpadf
impl From<u8> for Resetnpadf
Source§fn from(val: u8) -> Resetnpadf
fn from(val: u8) -> Resetnpadf
Converts to this type from the input type.
Source§impl Ord for Resetnpadf
impl Ord for Resetnpadf
Source§fn cmp(&self, other: &Resetnpadf) -> Ordering
fn cmp(&self, other: &Resetnpadf) -> 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 Resetnpadf
impl PartialEq for Resetnpadf
Source§impl PartialOrd for Resetnpadf
impl PartialOrd for Resetnpadf
impl Copy for Resetnpadf
impl Eq for Resetnpadf
impl StructuralPartialEq for Resetnpadf
Auto Trait Implementations§
impl Freeze for Resetnpadf
impl RefUnwindSafe for Resetnpadf
impl Send for Resetnpadf
impl Sync for Resetnpadf
impl Unpin for Resetnpadf
impl UnwindSafe for Resetnpadf
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