Home
last modified time | relevance | path

Searched refs:OutEpDATAX (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()
94 USBH_MSC_Info.OutEpDATAX ^= 1; 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()
191 USBH_MSC_Info.OutEpDATAX ^= 1; in USBH_MSC_BOT_Process()
282 USBH_MSC_Info.OutEpDATAX = 0; in USBH_MSC_BOT_Process()
A Dusbh_msc_core.h27 uint8_t OutEpDATAX; member
A Dusbh_msc_core.c98 USBH_MSC_Info.OutEpDATAX = 0; in USBH_MSC_DeInit()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_core.c101 USBH_CDC_Info.OutEpDATAX = 0; in USBH_CDC_DeInit()
196 …endOutPacket(phost->Device.Address, USBH_CDC_Info.OutEp, USBH_CDC_Info.OutEpDATAX, (uint8_t *)&USB… in USBH_CDC_Process()
213 USBH_CDC_Info.OutEpDATAX ^= 1; in USBH_CDC_Process()
A Dusbh_cdc_core.h36 uint8_t OutEpDATAX; member
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.h42 uint8_t OutEpDATAX; member
A Dusbh_hid_core.c105 USBH_HID_Info.OutEpDATAX = 0; in USBH_HID_DeInit()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.c146 USBH_MTP_Info.OutEpDATAX = 0; in USBH_MTP_DeInit()
341 …if(USBH_SendOutPacket(phost->Device.Address, USBH_MTP_Info.OutEp, USBH_MTP_Info.OutEpDATAX, (uint8… in USBH_MTP_XferProcess()
351 USBH_MTP_Info.OutEpDATAX ^= 1; 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()
388 USBH_MTP_Info.OutEpDATAX ^= 1; in USBH_MTP_XferProcess()
A Dusbh_mtp.h60 uint8_t OutEpDATAX; member

Completed in 21 milliseconds