pub enum WUTFW {
Clear = 0,
}
Expand description
Wakeup timer flag
Value on reset: 0
Variants§
Clear = 0
0: This flag is cleared by software by writing 0
Trait Implementations§
impl Copy for WUTFW
impl Eq for WUTFW
impl StructuralPartialEq for WUTFW
Auto Trait Implementations§
impl Freeze for WUTFW
impl RefUnwindSafe for WUTFW
impl Send for WUTFW
impl Sync for WUTFW
impl Unpin for WUTFW
impl UnwindSafe for WUTFW
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