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