Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_dc_hpm.c25 struct hpm_ep_state { struct
42 struct hpm_ep_state in_ep[USB_NUM_BIDIR_ENDPOINTS]; /*!< IN endpoint parameters*/ argument
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()

Completed in 3 milliseconds