#include <dwc.h>void DWC_SetReportLevel(u32 level);| 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. |
None.
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.
DWC_REPORTFLAG_ALL is now specified by default.DWCReportFlag enumerator.CONFIDENTIAL