discoverpixy
Macros
Collaboration diagram for DMA2D_FGCM:

Macros

#define CM_ARGB8888   ((uint32_t)0x00000000)
 
#define CM_RGB888   ((uint32_t)0x00000001)
 
#define CM_RGB565   ((uint32_t)0x00000002)
 
#define CM_ARGB1555   ((uint32_t)0x00000003)
 
#define CM_ARGB4444   ((uint32_t)0x00000004)
 
#define CM_L8   ((uint32_t)0x00000005)
 
#define CM_AL44   ((uint32_t)0x00000006)
 
#define CM_AL88   ((uint32_t)0x00000007)
 
#define CM_L4   ((uint32_t)0x00000008)
 
#define CM_A8   ((uint32_t)0x00000009)
 
#define CM_A4   ((uint32_t)0x0000000A)
 
#define IS_DMA2D_FGCM(FGCM)
 
#define IS_DMA2D_BGCM(BGCM)
 

Detailed Description

Macro Definition Documentation

#define IS_DMA2D_BGCM (   BGCM)
Value:
(((BGCM) == CM_ARGB8888) || ((BGCM) == CM_RGB888) || \
((BGCM) == CM_RGB565) || ((BGCM) == CM_ARGB1555) || \
((BGCM) == CM_ARGB4444) || ((BGCM) == CM_L8) || \
((BGCM) == CM_AL44) || ((BGCM) == CM_AL88) || \
((BGCM) == CM_L4) || ((BGCM) == CM_A8) || \
((BGCM) == CM_A4))
#define IS_DMA2D_FGCM (   FGCM)
Value:
(((FGCM) == CM_ARGB8888) || ((FGCM) == CM_RGB888) || \
((FGCM) == CM_RGB565) || ((FGCM) == CM_ARGB1555) || \
((FGCM) == CM_ARGB4444) || ((FGCM) == CM_L8) || \
((FGCM) == CM_AL44) || ((FGCM) == CM_AL88) || \
((FGCM) == CM_L4) || ((FGCM) == CM_A8) || \
((FGCM) == CM_A4))