USBD_DbgTaskHandler
USBD_DbgTaskHandler
Description
Process all pending debug events generated by the core.
Files
usbd_internal.h/usbd_core.c
Prototype
void USBD_DbgTaskHandler (void);
Arguments
None.
Returned Value
None.
Callers
USB RTOS layer.
Implementation guidelines
- Typically, the RTOS layer code should create a shell task to process debug events generated by the core. The primary purpose of the shell task is to run
USBD_DbgTaskHandler()
. - This function is only present in the code if trace option is enabled in the stack.
, multiple selections available,
Related content
USBD_OS_DbgEventRdy
USBD_OS_DbgEventRdy
More like this
USBD_OS_DbgEventWait
USBD_OS_DbgEventWait
More like this
USBD_DevAdd
USBD_DevAdd
More like this
USBD_Trace
USBD_Trace
More like this
USBD_CoreTaskHandler
USBD_CoreTaskHandler
More like this
App_USBD_EventConn
App_USBD_EventConn
More like this