DWC_Printf

Syntax

#include <dwc.h>

void DWC_Printf(DWCReportFlag level,
                const char *fmt,
               ...);

Arguments

level Specifies the report type.
fmt Specifies a format specification string.
The arguments are of variable length.

Return Values

None.

Description

Outputs strings to debug output.

Revision History

0.0.3
Changed the argument type from u32 to DWCReportFlag enum type.

CONFIDENTIAL