Module Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
141
11.9.1 Detailed Description
Error Reporting API - Error Reporting for selected modules and level. The module Ids of this driver.
#include "mml_gdc_erp.h"
The Error-Reporting API provides functions to report errors, warnings and infos. The modules that are covered can
be specified.
The user has the options to select the level of messages for selectable modules (mmlGdcErpSetMessageLevel), to
select the channel of messages (mmlGdcErpSetMessageChannel).
When using channel MM_ERP_CH_STDOUT the configuration of the print function by mmlGdcErpSetPrintf is
necessary.
When using channel MM_ERP_CH_BUFFER the configuration of the buffer by mmlGdcErpSetBuffer is necessary.
Note:
Error reporting is only available in Debug and Release configuration! In Production configuration this functionality is
switched OFF.
#include "mm_gdc_module_id.h"
The module ids are used to en-/disable message logging for certain modules of the driver. Wildcards can be used to
en-/disable messages for all modules of the driver.
For details see mmlGdcErpSetMessageLevel