Home
last modified time | relevance | path

Searched refs:USBD_CtrlOutData (Results 1 – 3 of 3) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Class/CDC/src/
A Dusbd_class_cdc.c104 USBD_CtrlOutData(cmdBuf, length); in USBD_ClassHandler()
110 USBD_CtrlOutData(cmdBuf, length); in USBD_ClassHandler()
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/inc/
A Dusbd_core.h61 #define USBD_CtrlRxStatus() USBD_CtrlOutData(NULL, 0)
351 void USBD_CtrlOutData(uint8_t* buf, uint32_t len);
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/src/
A Dusbd_core.c216 USBD_CtrlOutData(g_usbDev.outBuf[0].pBuf, g_usbDev.outBuf[0].bufLen); in USBD_CtrlOutProcess()
301 void USBD_CtrlOutData(uint8_t* buf, uint32_t len) in USBD_CtrlOutData() function

Completed in 7 milliseconds