display-dma2d  5.0.0
display-dma2d
Macros
ui_drawing_dma2d_configuration.h File Reference

This file provides the configuration of ui_drawing_dma2d.c. More...

Go to the source code of this file.

Macros

#define DMA2D_CONFIGURATION_VERSION   (1)
 Compatibility sanity check value. This define value is checked in the implementation to validate that the version of this configuration is compatible with the implementation. More...
 
#define DRAWING_DMA2D_CACHE_MANAGEMENT_DISABLED   (0U)
 
#define DRAWING_DMA2D_CACHE_MANAGEMENT_ENABLED   (1U)
 
#define DRAWING_DMA2D_CACHE_MANAGEMENT   (DRAWING_DMA2D_CACHE_MANAGEMENT_DISABLED)
 

Detailed Description

This file provides the configuration of ui_drawing_dma2d.c.

Refer to the VEE Porting Guide > Graphics User Interface > C Module documentation to have more information about the features of this C module, how to use it and how to configure it.

Author
MicroEJ Developer Team

Definition in file ui_drawing_dma2d_configuration.h.

Macro Definition Documentation

◆ DMA2D_CONFIGURATION_VERSION

#define DMA2D_CONFIGURATION_VERSION   (1)

Compatibility sanity check value. This define value is checked in the implementation to validate that the version of this configuration is compatible with the implementation.

This value must not be changed by the user of the CCO. This value must be incremented by the implementor of the CCO when a configuration define is added, deleted or modified.

Definition at line 33 of file ui_drawing_dma2d_configuration.h.