pub enum COMIFW {
Clear = 0,
}
Expand description
COM interrupt flag
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for COMIFW
impl Eq for COMIFW
impl StructuralPartialEq for COMIFW
Auto Trait Implementations§
impl Freeze for COMIFW
impl RefUnwindSafe for COMIFW
impl Send for COMIFW
impl Sync for COMIFW
impl Unpin for COMIFW
impl UnwindSafe for COMIFW
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