Enum Sackerr
pub enum Sackerr {
_0 = 0,
_1 = 1,
}Expand description
Stop Acknowledge Error
Value on reset: 0
Variants§
_0 = 0
0: Reset not caused by peripheral failure to acknowledge attempt to enter stop mode
_1 = 1
1: Reset caused by peripheral failure to acknowledge attempt to enter stop mode
Trait Implementations§
impl Copy for Sackerr
impl Eq for Sackerr
impl StructuralPartialEq for Sackerr
Auto Trait Implementations§
impl Freeze for Sackerr
impl RefUnwindSafe for Sackerr
impl Send for Sackerr
impl Sync for Sackerr
impl Unpin for Sackerr
impl UnwindSafe for Sackerr
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