pub enum CMIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Character match interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is disabled
Enabled = 1
1: Interrupt is generated when the CMF bit is set in the ISR register
Trait Implementations§
impl Copy for CMIE
impl Eq for CMIE
impl StructuralPartialEq for CMIE
Auto Trait Implementations§
impl Freeze for CMIE
impl RefUnwindSafe for CMIE
impl Send for CMIE
impl Sync for CMIE
impl Unpin for CMIE
impl UnwindSafe for CMIE
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