pub enum WUTF_AW {
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 WUTF_AW
impl StructuralPartialEq for WUTF_AW
Auto Trait Implementations§
impl Freeze for WUTF_AW
impl RefUnwindSafe for WUTF_AW
impl Send for WUTF_AW
impl Sync for WUTF_AW
impl Unpin for WUTF_AW
impl UnwindSafe for WUTF_AW
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