USBD_Trace

Description

Outputs debug information from the core. Users must implement this function if trace functionality is enabled (USBD_CFG_DBG_TRACE is defined to DEF_ENABLED).

Files

usbd_core.h

Prototype

void  USBD_Trace (const CPU_CHAR  *p_str);


Arguments

p_drv

Pointer to the string containing debug information.

Returned Value

None.

Callers

USB core debug task handler.

Notes / Warnings

None.