Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/src/
A Dusbd_init.c100 g_usbDev.outEpHandler = param->outEpHandler; in USBD_Init()
135 param->outEpHandler = NULL; in USBD_InitParamStructInit()
A Dusbd_core.c386 if (g_usbDev.outEpHandler && !g_usbDev.outBuf[ep].packNum) in USBD_DataOutProcess()
388 g_usbDev.outEpHandler(ep); in USBD_DataOutProcess()
A Dusbd_interrupt.c366 g_usbDev.outEpHandler(ep); in USBD_HighPriorityProc()
/bsp/apm32/libraries/APM32F0xx_Library/USB_Device_Lib/Core_Device/Standard/inc/
A Dusbd_core.h281 USBD_EPHandler_T outEpHandler; /*!< OUT EP transfer done handler except EP0 */ member
325 USBD_EPHandler_T outEpHandler; member

Completed in 9 milliseconds