pub enum CMPMIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Compare match Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CMPMIE
impl Eq for CMPMIE
impl StructuralPartialEq for CMPMIE
Auto Trait Implementations§
impl Freeze for CMPMIE
impl RefUnwindSafe for CMPMIE
impl Send for CMPMIE
impl Sync for CMPMIE
impl Unpin for CMPMIE
impl UnwindSafe for CMPMIE
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