pub enum WUCFW {
CLEAR,
}
Expand description
Values that can be written to the field WUCF
Variants§
CLEAR
Clears the WUF flag in the ISR register
Auto Trait Implementations§
impl Freeze for WUCFW
impl RefUnwindSafe for WUCFW
impl Send for WUCFW
impl Sync for WUCFW
impl Unpin for WUCFW
impl UnwindSafe for WUCFW
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