#[repr(u8)]pub enum RPS_A {
Stopped = 0,
RunningFetching = 1,
RunningWaiting = 3,
Suspended = 4,
RunningWriting = 7,
}
Expand description
Receive process state
Value on reset: 0
Variants§
Stopped = 0
0: Stopped, reset or Stop Receive command issued
RunningFetching = 1
1: Running, fetching receive transfer descriptor
RunningWaiting = 3
3: Running, waiting for receive packet
Suspended = 4
4: Suspended, receive descriptor unavailable
RunningWriting = 7
7: Running, writing data to host memory buffer
Trait Implementations§
impl Copy for RPS_A
impl StructuralPartialEq for RPS_A
Auto Trait Implementations§
impl Freeze for RPS_A
impl RefUnwindSafe for RPS_A
impl Send for RPS_A
impl Sync for RPS_A
impl Unpin for RPS_A
impl UnwindSafe for RPS_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