pub enum WUTF_AW {
Clear,
}
Expand description
Wakeup timer flag
Value on reset: 0
Variants§
Clear
0: This flag is cleared by software by writing 0
Trait Implementations§
source§impl PartialEq<WUTF_AW> for WUTF_AW
impl PartialEq<WUTF_AW> for WUTF_AW
impl Copy for WUTF_AW
impl StructuralPartialEq for WUTF_AW
Auto Trait Implementations§
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