pub enum STANDBY_A {
DISAPPEAR,
APPEAR,
}
Expand description
Whether power-on from standby
Value on reset: 0
Variants
DISAPPEAR
0: disappear wake up from standby
APPEAR
1: appear wake up from standby, set clear
Trait Implementations
impl Copy for STANDBY_A
impl StructuralPartialEq for STANDBY_A
Auto Trait Implementations
impl RefUnwindSafe for STANDBY_A
impl Send for STANDBY_A
impl Sync for STANDBY_A
impl Unpin for STANDBY_A
impl UnwindSafe for STANDBY_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