pub enum WKUIE {
Disabled = 0,
Enabled = 1,
}
Expand description
WKUIE
Value on reset: 0
Variants§
Disabled = 0
0: No interrupt when WKUI is set
Enabled = 1
1: Interrupt generated when WKUI bit is set
Trait Implementations§
impl Copy for WKUIE
impl Eq for WKUIE
impl StructuralPartialEq for WKUIE
Auto Trait Implementations§
impl Freeze for WKUIE
impl RefUnwindSafe for WKUIE
impl Send for WKUIE
impl Sync for WKUIE
impl Unpin for WKUIE
impl UnwindSafe for WKUIE
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