SAMV71 Xplained Ultra Software Package 1.5

USBH_PipeJob_t Struct Reference
[USB Host Driver (UHD)]

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.

Detailed Description

Structure definition to store registered jobs on a pipe.

Definition at line 314 of file USBH_HAL.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines