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

  1. 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().
  2. This function is only present in the code if trace option is enabled in the stack.