pub enum DIF_A {
NOT_DETECTED = 0,
DETECTED = 1,
}
Expand description
Reset due to wake up from System OFF mode when wakeup is triggered from entering into debug interface mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DIF_A
impl StructuralPartialEq for DIF_A
Auto Trait Implementations§
impl Freeze for DIF_A
impl RefUnwindSafe for DIF_A
impl Send for DIF_A
impl Sync for DIF_A
impl Unpin for DIF_A
impl UnwindSafe for DIF_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