Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Process all pending debug events generated by the core.

Files

usbd_internal.h/usbd_core.c

Prototype

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.
  • No labels