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