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