Searched refs:LTDC_COLOR (Results 1 – 1 of 1) sorted by relevance
263 #define LTDC_COLOR ((uint32_t)0x000000FF) /*!< Color mask */ macro578 #define IS_LTDC_BLUEVALUE(BBLUE) ((BBLUE) <= LTDC_COLOR)579 #define IS_LTDC_GREENVALUE(BGREEN) ((BGREEN) <= LTDC_COLOR)580 #define IS_LTDC_REDVALUE(BRED) ((BRED) <= LTDC_COLOR)
Completed in 3 milliseconds