pub enum WFE_A {
Disabled = 0,
Enabled = 1,
}Expand description
Wakeup frame enable
Value on reset: 0
Variants§
Disabled = 0
0: No power management event generated due to wakeup frame reception
Enabled = 1
1: Enable generation of a power management event due to wakeup frame reception
Trait Implementations§
impl Copy for WFE_A
impl StructuralPartialEq for WFE_A
Auto Trait Implementations§
impl Freeze for WFE_A
impl RefUnwindSafe for WFE_A
impl Send for WFE_A
impl Sync for WFE_A
impl Unpin for WFE_A
impl UnwindSafe for WFE_A
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