pub enum CMCF {
Clear = 1,
}
Expand description
Character match clear flag
Value on reset: 0
Variants§
Clear = 1
1: Clears the CMF flag in the ISR register
Trait Implementations§
impl Copy for CMCF
impl Eq for CMCF
impl StructuralPartialEq for CMCF
Auto Trait Implementations§
impl Freeze for CMCF
impl RefUnwindSafe for CMCF
impl Send for CMCF
impl Sync for CMCF
impl Unpin for CMCF
impl UnwindSafe for CMCF
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