Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Class/MSC/src/
A Dusbd_msc_bot.c221 USBD_TxData(MSC_IN_EP & 0x7f, txBuf, len); in USBD_MSC_BOT_TxData()
237 USBD_TxData(MSC_IN_EP & 0x7f, (uint8_t*)&g_BOTInfo.CSW, in USBD_MSC_BOT_TxCSW()
A Dusbd_msc_scsi.c667 USBD_TxData(MSC_IN_EP & 0x7F, g_BOTInfo.data, len); in SCSI_Read()
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/inc/
A Dusbd_core.h357 void USBD_TxData(uint8_t ep, uint8_t* buf, uint32_t len);
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/src/
A Dusbd_core.c403 void USBD_TxData(uint8_t ep, uint8_t* buf, uint32_t len) in USBD_TxData() function

Completed in 15 milliseconds