Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_core.c59 if(phost->Device.Ep_Desc[0][0].bEndpointAddress & USB_EP_IN) in USBH_MSC_Init()
61 pEpIn = &phost->Device.Ep_Desc[0][0]; in USBH_MSC_Init()
62 pEpOut = &phost->Device.Ep_Desc[0][1]; in USBH_MSC_Init()
66 pEpIn = &phost->Device.Ep_Desc[0][1]; in USBH_MSC_Init()
67 pEpOut = &phost->Device.Ep_Desc[0][0]; in USBH_MSC_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_core.c57 pEpCtrl = &phost->Device.Ep_Desc[0][0]; in USBH_CDC_Init()
59 if(phost->Device.Ep_Desc[1][0].bEndpointAddress & USB_EP_IN) in USBH_CDC_Init()
61 pEpIn = &phost->Device.Ep_Desc[1][0]; in USBH_CDC_Init()
62 pEpOut = &phost->Device.Ep_Desc[1][1]; in USBH_CDC_Init()
66 pEpIn = &phost->Device.Ep_Desc[1][1]; in USBH_CDC_Init()
67 pEpOut = &phost->Device.Ep_Desc[1][0]; in USBH_CDC_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.c65 pEpNotify = &phost->Device.Ep_Desc[i][0]; in USBH_MTP_Init()
66 pEpIn = &phost->Device.Ep_Desc[i][1]; in USBH_MTP_Init()
67 pEpOut = &phost->Device.Ep_Desc[i][2]; in USBH_MTP_Init()
71 pEpNotify = &phost->Device.Ep_Desc[i][0]; in USBH_MTP_Init()
72 pEpIn = &phost->Device.Ep_Desc[i][2]; in USBH_MTP_Init()
73 pEpOut = &phost->Device.Ep_Desc[i][1]; in USBH_MTP_Init()
77 pEpNotify = &phost->Device.Ep_Desc[i][1]; in USBH_MTP_Init()
78 pEpIn = &phost->Device.Ep_Desc[i][0]; in USBH_MTP_Init()
79 pEpOut = &phost->Device.Ep_Desc[i][2]; in USBH_MTP_Init()
83 pEpNotify = &phost->Device.Ep_Desc[i][1]; in USBH_MTP_Init()
[all …]
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c64 if(phost->Device.Ep_Desc[0][0].bEndpointAddress & USB_EP_IN) in USBH_HID_Init()
66 pEpIn = &phost->Device.Ep_Desc[0][0]; in USBH_HID_Init()
67 pEpOut = &phost->Device.Ep_Desc[0][1]; in USBH_HID_Init()
71 pEpIn = &phost->Device.Ep_Desc[0][1]; in USBH_HID_Init()
72 pEpOut = &phost->Device.Ep_Desc[0][0]; in USBH_HID_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_core.h84 USB_EpDesc_t Ep_Desc[USBH_MAX_NUM_INTERFACES][USBH_MAX_NUM_ENDPOINTS]; member
A Dusbh_stdreq.c185 memcpy(&phost->Device.Ep_Desc[if_ix][ep_ix], pdesc, sizeof(USB_EpDesc_t)); in USBH_ParseCfgDesc()
A Dusbh_core.c276 …b->ConfigDescAvailable(&phost->Device.Cfg_Desc, phost->Device.Intf_Desc, phost->Device.Ep_Desc[0]); in USBH_HandleEnum()

Completed in 12 milliseconds