pub enum RTACT_A {
NO,
YES,
}
Expand description
Read Transfer Active
Value on reset: 0
Variants
NO
0: No valid data
YES
1: Transferring data
Trait Implementations
impl Copy for RTACT_A
impl StructuralPartialEq for RTACT_A
Auto Trait Implementations
impl RefUnwindSafe for RTACT_A
impl Send for RTACT_A
impl Sync for RTACT_A
impl Unpin for RTACT_A
impl UnwindSafe for RTACT_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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