Enum Ssackerr
pub enum Ssackerr {
_0 = 0,
_1 = 1,
}Expand description
Sticky 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 Ssackerr
impl Eq for Ssackerr
impl StructuralPartialEq for Ssackerr
Auto Trait Implementations§
impl Freeze for Ssackerr
impl RefUnwindSafe for Ssackerr
impl Send for Ssackerr
impl Sync for Ssackerr
impl Unpin for Ssackerr
impl UnwindSafe for Ssackerr
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