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