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