pub enum SLEEP_A {
DISAPPEAR,
APPEAR,
}
Expand description
Whether power-on from sleep
Value on reset: 0
Variants
DISAPPEAR
0: disappear wake up from sleep
APPEAR
1: appear wake up from sleep, set clear
Trait Implementations
impl Copy for SLEEP_A
impl StructuralPartialEq for SLEEP_A
Auto Trait Implementations
impl RefUnwindSafe for SLEEP_A
impl Send for SLEEP_A
impl Sync for SLEEP_A
impl Unpin for SLEEP_A
impl UnwindSafe for SLEEP_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more