pub enum WTACT_A {
NO,
YES,
}
Expand description
Write Transfer Active
Value on reset: 0
Variants
NO
0: No valid data
YES
1: Transferring data
Trait Implementations
impl Copy for WTACT_A
impl StructuralPartialEq for WTACT_A
Auto Trait Implementations
impl RefUnwindSafe for WTACT_A
impl Send for WTACT_A
impl Sync for WTACT_A
impl Unpin for WTACT_A
impl UnwindSafe for WTACT_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