pub enum WUTF {
Zero = 1,
}
Expand description
WUTF
Value on reset: 0
Variants§
Zero = 1
1: This flag is set by hardware when the wakeup auto-reload counter reaches 0
Trait Implementations§
impl Copy for WUTF
impl Eq for WUTF
impl StructuralPartialEq for WUTF
Auto Trait Implementations§
impl Freeze for WUTF
impl RefUnwindSafe for WUTF
impl Send for WUTF
impl Sync for WUTF
impl Unpin for WUTF
impl UnwindSafe for WUTF
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