File Documentation
FM4, S6E2DH/S6E2DF/S6E2D5/S6E2D3 Series, 32-Bit Microcontroller, Graphic Driver User Manual, Doc. No. 002-04387 Rev. *A
240
13.10.1 Detailed Description
Display API.
13.11
mml_gdc_erp.h File Reference
Error Reporting API.
#include "mm_defines.h"
#include "mm_gdc_erp.h"
Typedefs
typedef void MM_PRINTFUNCTION (const char
∗
string)
Functions
MM_ERROR mmlGdcErpSetMessageLevel (MM_U32 moduleId, MM_ERP_MESSAGE_LEVEL level)
MM_ERROR mmlGdcErpSetMessageChannel (MM_ERP_MESSAGE_DEST dest,
MM_ERP_MESSAGE_CHANNEL_PROP prop)
MM_ERROR mmlGdcErpSetBuffer (MM_ADDR bufferAddr, MM_U32 bufferSize)
MM_ERROR mmlGdcErpSetPrintf (MM_PRINTFUNCTION *user_print_function)
13.11.1 Detailed Description
Error Reporting API.
13.12
mml_gdc_pixeng.h File Reference
Pixel Engine API.
#include "mml_gdc_sync.h"
#include "mm_types.h"
#include "mml_gdc_display.h"
#include "mm_gdc_errors.h"
Data Structures
struct MML_GDC_PE_CONTEXT_CONTAINER
Macros
#define MML_GDC_PE_API extern
#define MML_GDC_PE_STORE 0x00000001U
#define MML_GDC_PE_SRC 0x00000002U
#define MML_GDC_PE_DST 0x00000004U
#define MML_GDC_PE_MASK 0x00000008U
#define MML_GDC_PE_ROP_BLACKNESS ((MM_U08)0x00)
#define MML_GDC_PE_ROP_WHITENESS ((MM_U08)0xFF)
#define MML_GDC_PE_ROP_SRCCOPY ((MM_U08)0xAA)
#define MML_GDC_PE_ROP_NOTSRCCOPY ((MM_U08)0x55)
#define MML_GDC_PE_ROP_MASKCOPY ((MM_U08)0xCC)
#define MML_GDC_PE_ROP_NOTMASK ((MM_U08)0x33)
#define MML_GDC_PE_ROP_MASKINVERT ((MM_U08)0x66)