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