/
USBD_CoreTaskHandler
USBD_CoreTaskHandler
Description
Process all core events and operations.
Files
usbd_internal.h/usbd_core.c
Prototype
void USBD_CoreTaskHandler (void);
Arguments
None.
Returned Value
None.
Callers
USB RTOS layer.
Implementation guidelines
- Typically, the RTOS layer should create a shell task for core events. The primary purpose of the shell task is to run
USBD_CoreTaskHandler()
.
, multiple selections available,
Related content
USBD_OS_CoreEventPut
USBD_OS_CoreEventPut
More like this
USBD_OS_CoreEventGet
USBD_OS_CoreEventGet
More like this
USBD_DbgTaskHandler
USBD_DbgTaskHandler
More like this
USBD_OS_Init
USBD_OS_Init
More like this
App_USBD_EventCfgClr
App_USBD_EventCfgClr
More like this
App_USBD_EventResume
App_USBD_EventResume
More like this