Enum Ssw
pub enum Ssw {
_0 = 0,
_1 = 1,
}Expand description
Sticky Software
Value on reset: 0
Variants§
_0 = 0
0: Reset not caused by software setting of SYSRESETREQ bit
_1 = 1
1: Reset caused by software setting of SYSRESETREQ bit
Trait Implementations§
impl Copy for Ssw
impl Eq for Ssw
impl StructuralPartialEq for Ssw
Auto Trait Implementations§
impl Freeze for Ssw
impl RefUnwindSafe for Ssw
impl Send for Ssw
impl Sync for Ssw
impl Unpin for Ssw
impl UnwindSafe for Ssw
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