Searched refs:CM_RGB888 (Results 1 – 3 of 3) sorted by relevance
284 #define CM_RGB888 ((uint32_t)0x00000001) macro295 #define IS_DMA2D_FGCM(FGCM) (((FGCM) == CM_ARGB8888) || ((FGCM) == CM_RGB888) || \302 #define IS_DMA2D_BGCM(BGCM) (((BGCM) == CM_ARGB8888) || ((BGCM) == CM_RGB888) || \
229 #define CM_RGB888 ((uint32_t)0x00000001) /*!< RGB888 color m… macro497 …DMA2D_INPUT_COLOR_MODE(INPUT_CM) (((INPUT_CM) == CM_ARGB8888) || ((INPUT_CM) == CM_RGB888) || \
1194 #define CM_RGB888 DMA2D_INPUT_RGB888 macro
Completed in 20 milliseconds