Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_bot.c148 USBH_ReadRxBuffer(pdBuff, USBH_MSC_Info.InEpSize); in USBH_MSC_BOT_Process()
157 USBH_ReadRxBuffer(pdBuff, remLen); in USBH_MSC_BOT_Process()
235 USBH_ReadRxBuffer((uint8_t *)&USBH_CSWData, MSC_CSW_LENGTH); in USBH_MSC_BOT_Process()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_usbh.h39 uint32_t USBH_ReadRxBuffer(uint8_t *buff, uint32_t size);
A DSWM341_usbh.c276 uint32_t USBH_ReadRxBuffer(uint8_t *buff, uint32_t size) in USBH_ReadRxBuffer() function
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c197 USBH_ReadRxBuffer(DataInBuffer, USBH_HID_Info.InEpSize); in USBH_HID_Process()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_core.c248 …size = USBH_ReadRxBuffer((uint8_t *)&USBH_CDC_Info.RxBuff[USBH_CDC_Info.RxWrPtr], USBH_CDC_Info.In… in USBH_CDC_Process()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.c296USBH_ReadRxBuffer((uint8_t *)&USBH_MTP_Info.events.container, USBH_MTP_Info.NotifyEpSize); in USBH_MTP_Process()
434 uint32_t len = USBH_ReadRxBuffer(USBH_MTP_Info.data_ptr, USBH_MTP_Info.InEpSize); in USBH_MTP_XferProcess()
487 USBH_ReadRxBuffer((uint8_t *)&USBH_MTP_Info.resp_container, USBH_MTP_Info.InEpSize); in USBH_MTP_XferProcess()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_core.c437 real_size = USBH_ReadRxBuffer(phost->Ctrl.buff, size); in USBH_HandleControl()

Completed in 12 milliseconds