pub enum SLEEP_A {
DISABLE,
ENABLE,
}
Expand description
Sleep enable
Value on reset: 1
Variants
DISABLE
0: Disable sleep
ENABLE
1: Enable sleep
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