#include <dwc_otg_pcd.h>
Data Fields | |
| const usb_endpoint_descriptor_t * | desc |
| USB EP Descriptor. | |
| req_list | queue |
| queue of dwc_otg_pcd_requests. | |
| unsigned | stopped:1 |
| unsigned | disabling:1 |
| unsigned | dma:1 |
| unsigned | queue_sof:1 |
| void * | iso_req_handle |
| ISOC req handle passed. | |
| dwc_ep_t | dwc_ep |
| DWC_otg ep data. | |
| dwc_otg_pcd * | pcd |
| Pointer to PCD. | |
| void * | priv |
This structure describes an EP, there is an array of EPs in the PCD structure.
Definition at line 109 of file dwc_otg_pcd.h.
1.4.7