Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_bot.c80 …if(USBH_SendOutPacket(phost->Device.Address, USBH_MSC_Info.OutEp, USBH_MSC_Info.OutEpDATAX, (uint8… in USBH_MSC_BOT_Process()
178 …if(USBH_SendOutPacket(phost->Device.Address, USBH_MSC_Info.OutEp, USBH_MSC_Info.OutEpDATAX, pdBuff… in USBH_MSC_BOT_Process()
279 stat = USBH_ClrFeature(phost, USBH_MSC_Info.OutEp); in USBH_MSC_BOT_Process()
A Dusbh_msc_core.h23 uint8_t OutEp; member
A Dusbh_msc_core.c72 USBH_MSC_Info.OutEp = pEpOut->bEndpointAddress; in USBH_MSC_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_core.h32 uint8_t OutEp; member
A Dusbh_cdc_core.c72 USBH_CDC_Info.OutEp = pEpOut->bEndpointAddress; in USBH_CDC_Init()
196 …if(USBH_SendOutPacket(phost->Device.Address, USBH_CDC_Info.OutEp, USBH_CDC_Info.OutEpDATAX, (uint8… in USBH_CDC_Process()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.h38 uint8_t OutEp; member
A Dusbh_hid_core.c78 USBH_HID_Info.OutEp = pEpOut->bEndpointAddress; in USBH_HID_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.h54 uint8_t OutEp; member
A Dusbh_mtp.c106 USBH_MTP_Info.OutEp = pEpOut->bEndpointAddress; in USBH_MTP_Init()
341 …if(USBH_SendOutPacket(phost->Device.Address, USBH_MTP_Info.OutEp, USBH_MTP_Info.OutEpDATAX, (uint8… in USBH_MTP_XferProcess()
378 …if(USBH_SendOutPacket(phost->Device.Address, USBH_MTP_Info.OutEp, USBH_MTP_Info.OutEpDATAX, USBH_M… in USBH_MTP_XferProcess()

Completed in 15 milliseconds