pub enum CMIEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field CMIE
Variants§
DISABLED
Interrupt is disabled
ENABLED
Interrupt is generated when the CMF bit is set in the ISR register
Auto Trait Implementations§
impl Freeze for CMIEW
impl RefUnwindSafe for CMIEW
impl Send for CMIEW
impl Sync for CMIEW
impl Unpin for CMIEW
impl UnwindSafe for CMIEW
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