pub enum EM32_A {
MASKED = 0,
UNMASKED = 1,
}
Expand description
CPU wakeup with event mask on event input
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EM32_A
impl StructuralPartialEq for EM32_A
Auto Trait Implementations§
impl Freeze for EM32_A
impl RefUnwindSafe for EM32_A
impl Send for EM32_A
impl Sync for EM32_A
impl Unpin for EM32_A
impl UnwindSafe for EM32_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