pub enum EM32 {
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
impl Eq for EM32
impl StructuralPartialEq for EM32
Auto Trait Implementations§
impl Freeze for EM32
impl RefUnwindSafe for EM32
impl Send for EM32
impl Sync for EM32
impl Unpin for EM32
impl UnwindSafe for EM32
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