pub enum WUTMF {
Zero = 1,
}
Expand description
Wakeup timer masked flag This flag is set by hardware when the wakeup timer interrupt occurs. This flag must be cleared by software at least 1.5 RTCCLK periods before WUTF is set to 1 again.
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 WUTMF
impl Eq for WUTMF
impl StructuralPartialEq for WUTMF
Auto Trait Implementations§
impl Freeze for WUTMF
impl RefUnwindSafe for WUTMF
impl Send for WUTMF
impl Sync for WUTMF
impl Unpin for WUTMF
impl UnwindSafe for WUTMF
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