pub enum IDLECF_A {
CLEAR,
}
Expand description
Idle line detected clear flag
Value on reset: 0
Variants
CLEAR
1: Clears the IDLE flag in the ISR register
Trait Implementations
impl Copy for IDLECF_A
impl StructuralPartialEq for IDLECF_A
Auto Trait Implementations
impl RefUnwindSafe for IDLECF_A
impl Send for IDLECF_A
impl Sync for IDLECF_A
impl Unpin for IDLECF_A
impl UnwindSafe for IDLECF_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more