Home
last modified time | relevance | path

Searched refs:USBD_WriteDataToEP (Results 1 – 5 of 5) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/src/
A Dusbd_core.c153 USBD_WriteDataToEP(USBD_EP_0, g_usbDev.inBuf[0].pBuf, tmp); in USBD_CtrlInProcess()
259 USBD_WriteDataToEP(USBD_EP_0, buf, g_usbDev.inBuf[0].maxPackSize); in USBD_CtrlInData()
272 USBD_WriteDataToEP(USBD_EP_0, buf, len); in USBD_CtrlInData()
342 USBD_WriteDataToEP(ep, g_usbDev.inBuf[ep].pBuf, len); in USBD_DataInProcess()
409 USBD_WriteDataToEP(ep, buf, maxPackSize); in USBD_TxData()
419 USBD_WriteDataToEP(ep, buf, len); in USBD_TxData()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_usb.h586 void USBD_WriteDataToEP(USBD_EP_T ep, uint8_t *wBuf, uint32_t wLen);
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_usb.c357 void USBD_WriteDataToEP(USBD_EP_T ep, uint8_t *wBuf, uint32_t wLen) in USBD_WriteDataToEP() function
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Driver/src/
A Ddrv_usb_device.c368 void USBD_WriteDataToEP(uint8_t ep, uint8_t* wBuf, uint32_t wLen) in USBD_WriteDataToEP() function
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Driver/inc/
A Ddrv_usb_device.h928 void USBD_WriteDataToEP(uint8_t ep, uint8_t* wBuf, uint32_t wLen);

Completed in 10 milliseconds