pub enum WFFRPRW {
RESET,
}Expand description
Values that can be written to the field WFFRPR
Variants§
RESET
Reset wakeup frame filter register point to 0b000. Automatically cleared
Auto Trait Implementations§
impl Freeze for WFFRPRW
impl RefUnwindSafe for WFFRPRW
impl Send for WFFRPRW
impl Sync for WFFRPRW
impl Unpin for WFFRPRW
impl UnwindSafe for WFFRPRW
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