pub enum EPIN4_A {
NOT_DONE = 0,
DATA_DONE = 1,
}
Expand description
Acknowledged data transfer on this IN endpoint. Write ‘1’ to clear.
Value on reset: 0
Variants§
NOT_DONE = 0
0: No acknowledged data transfer on this endpoint
DATA_DONE = 1
1: Acknowledged data transfer on this endpoint has occurred
Trait Implementations§
impl Copy for EPIN4_A
impl StructuralPartialEq for EPIN4_A
Auto Trait Implementations§
impl Freeze for EPIN4_A
impl RefUnwindSafe for EPIN4_A
impl Send for EPIN4_A
impl Sync for EPIN4_A
impl Unpin for EPIN4_A
impl UnwindSafe for EPIN4_A
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