/
USBD_Trace
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.
, multiple selections available,
Related content
Using Debug Traces
Using Debug Traces
More like this
Handling Debug Events
Handling Debug Events
More like this
USBD_OS_DbgEventRdy
USBD_OS_DbgEventRdy
More like this
USBD_DbgTaskHandler
USBD_DbgTaskHandler
More like this
Debug and Trace
Debug and Trace
More like this
USBD_OS_DbgEventWait
USBD_OS_DbgEventWait
More like this