Structure definition to store registered jobs on a pipe. More...
Data Fields | |
uhd_callback_trans_t | call_end |
Callback to call at the end of transfer. | |
uint8_t * | buf |
Buffer located in internal RAM to send or fill during job. | |
uint32_t | buf_size |
Size of buffer to send or fill. | |
uint32_t | nb_trans |
Total number of transfered data on endpoint. | |
uint16_t | timeout |
timeout on this request (ms) | |
uint16_t | busy:1 |
A job is registered on this pipe. | |
uint16_t | b_shortpacket:1 |
A short packet is requested for this job on endpoint IN. | |
uint16_t | b_periodic_start:1 |
Periodic packet start for this job. |
Structure definition to store registered jobs on a pipe.
Definition at line 320 of file USBH_HAL.c.