pub enum WUCF {
Clear = 1,
}
Expand description
Wakeup from Stop mode clear flag
Value on reset: 0
Variants§
Clear = 1
1: Clears the WUF flag in the ISR register
Trait Implementations§
impl Copy for WUCF
impl Eq for WUCF
impl StructuralPartialEq for WUCF
Auto Trait Implementations§
impl Freeze for WUCF
impl RefUnwindSafe for WUCF
impl Send for WUCF
impl Sync for WUCF
impl Unpin for WUCF
impl UnwindSafe for WUCF
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