Home
last modified time | relevance | path

Searched refs:CM_RGB888 (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dma2d.h284 #define CM_RGB888 ((uint32_t)0x00000001) macro
295 #define IS_DMA2D_FGCM(FGCM) (((FGCM) == CM_ARGB8888) || ((FGCM) == CM_RGB888) || \
302 #define IS_DMA2D_BGCM(BGCM) (((BGCM) == CM_ARGB8888) || ((BGCM) == CM_RGB888) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_dma2d.h229 #define CM_RGB888 ((uint32_t)0x00000001) /*!< RGB888 color m… macro
497 …DMA2D_INPUT_COLOR_MODE(INPUT_CM) (((INPUT_CM) == CM_ARGB8888) || ((INPUT_CM) == CM_RGB888) || \
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy/
A Dstm32_hal_legacy.h1194 #define CM_RGB888 DMA2D_INPUT_RGB888 macro

Completed in 20 milliseconds