Home
last modified time | relevance | path

Searched refs:USB_NUM_BIDIR_ENDPOINTS (Results 1 – 3 of 3) sorted by relevance

/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_dc_hpm.c11 #define USB_NUM_BIDIR_ENDPOINTS USB_SOC_DCD_MAX_ENDPOINT_COUNT macro
42 struct hpm_ep_state in_ep[USB_NUM_BIDIR_ENDPOINTS]; /*!< IN endpoint parameters*/
43 struct hpm_ep_state out_ep[USB_NUM_BIDIR_ENDPOINTS]; /*!< OUT endpoint parameters */
297 memset(g_hpm_udc[busid].in_ep, 0, sizeof(struct hpm_ep_state) * USB_NUM_BIDIR_ENDPOINTS); in USBD_IRQHandler()
298 memset(g_hpm_udc[busid].out_ep, 0, sizeof(struct hpm_ep_state) * USB_NUM_BIDIR_ENDPOINTS); in USBD_IRQHandler()
/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic.c47 #ifndef USB_NUM_BIDIR_ENDPOINTS
48 #define USB_NUM_BIDIR_ENDPOINTS 5 /* define with minimum value*/ macro
184 for (i = 0; i < USB_NUM_BIDIR_ENDPOINTS; i++) { in aic_set_dma_nextep()
575 for (uint8_t i = 0U; i < USB_NUM_BIDIR_ENDPOINTS; i++) { in usb_dc_rst()
603 for (uint8_t i = 0U; i < USB_NUM_BIDIR_ENDPOINTS; i++) { in usb_dc_rst()
776 if (ep_idx > (USB_NUM_BIDIR_ENDPOINTS - 1)) { in usbd_ep_open()
1018 for (i = 0U, j = 0; i < USB_NUM_BIDIR_ENDPOINTS; i++) { in usbd_npinep_rewrite()
1048 for (i = 0U; i < USB_NUM_BIDIR_ENDPOINTS; i++) { in usbd_npinep_rewrite()
1071 for (i = 0U; i < USB_NUM_BIDIR_ENDPOINTS; i++) { in usbd_npinep_rewrite()
1089 for (i = 0U; i < USB_NUM_BIDIR_ENDPOINTS; i++) { in usbd_npinep_rewrite()
[all …]
/components/drivers/usb/cherryusb/port/bouffalolab/
A Dusb_dc_bl.c109 #define USB_NUM_BIDIR_ENDPOINTS 5 macro
124 struct bl_ep_state in_ep[USB_NUM_BIDIR_ENDPOINTS]; /*!< IN endpoint parameters */
125 struct bl_ep_state out_ep[USB_NUM_BIDIR_ENDPOINTS]; /*!< OUT endpoint parameters */

Completed in 12 milliseconds