pub enum STATCMD_FAILMISC_A {
STATCMD_FAILMISC_STATNOFAIL = 0,
STATCMD_FAILMISC_STATFAIL = 1,
}Expand description
Command failed due to error other than write/erase protect violation or verify error. This is an extra bit in case a new failure mechanism is added which requires a status bit.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for STATCMD_FAILMISC_A
impl Clone for STATCMD_FAILMISC_A
Source§fn clone(&self) -> STATCMD_FAILMISC_A
fn clone(&self) -> STATCMD_FAILMISC_A
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 STATCMD_FAILMISC_A
impl Debug for STATCMD_FAILMISC_A
Source§impl From<STATCMD_FAILMISC_A> for bool
impl From<STATCMD_FAILMISC_A> for bool
Source§fn from(variant: STATCMD_FAILMISC_A) -> Self
fn from(variant: STATCMD_FAILMISC_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for STATCMD_FAILMISC_A
impl PartialEq for STATCMD_FAILMISC_A
impl Copy for STATCMD_FAILMISC_A
impl Eq for STATCMD_FAILMISC_A
impl StructuralPartialEq for STATCMD_FAILMISC_A
Auto Trait Implementations§
impl Freeze for STATCMD_FAILMISC_A
impl RefUnwindSafe for STATCMD_FAILMISC_A
impl Send for STATCMD_FAILMISC_A
impl Sync for STATCMD_FAILMISC_A
impl Unpin for STATCMD_FAILMISC_A
impl UnwindSafe for STATCMD_FAILMISC_A
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