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