Enum DozeEn
pub enum DozeEn {
_0 = 0,
_1 = 1,
}Expand description
DOZE Mode Enable Bit
Value on reset: 0
Variants§
_0 = 0
0: Timer channels are stopped in DOZE mode
_1 = 1
1: Timer channels continue to run in DOZE mode
Trait Implementations§
impl Copy for DozeEn
impl Eq for DozeEn
impl StructuralPartialEq for DozeEn
Auto Trait Implementations§
impl Freeze for DozeEn
impl RefUnwindSafe for DozeEn
impl Send for DozeEn
impl Sync for DozeEn
impl Unpin for DozeEn
impl UnwindSafe for DozeEn
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