DWC_SetReportLevel

Syntax

#include <dwc.h>

void DWC_SetReportLevel(u32 level);

Arguments

level One or more report levels in the DWC library that you can select to display for debugging. Select multiple conditions using the logical OR operator.

Return Values

None.

Description

This function adjusts the type of debug printout (debug report level) that the DWC library displays on the console. The report level is defined by DWCReportFlag. The items needed for the display can be selected by the debugging application by performing a logical OR operation with different items.

Even if DWC_REPORTFLAG_GAMESPY is designated in RVLDWC-DL, it is meaningless because there is no corresponding feature.

Debug reports are used as logs for analysis when a problem occurs.

DWC_REPORTFLAG_ALL is specified by default.

Revision History

1.3.2
Removed the statement "only for debugging."
1.0.0
DWC_REPORTFLAG_ALL is now specified by default.
0.0.3
Added a description related to the DWCReportFlag enumerator.

CONFIDENTIAL