pub type TRANS_COMPLETE_R = BitReader;
Expand description

Field TRANS_COMPLETE reader - Transaction complete.

Raised by device if:

  • An IN or OUT packet is sent with the LAST_BUFF bit set in the buffer control register

Raised by host if:

  • A setup packet is sent when no data in or data out transaction follows * An IN packet is received and the LAST_BUFF bit is set in the buffer control register * An IN packet is received with zero length * An OUT packet is sent and the LAST_BUFF bit is set

Aliased Type§

struct TRANS_COMPLETE_R { /* private fields */ }