Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ltdc.h313 #define LTDC_COLOR 0x000000FFU /*!< Color mask */ macro
651 #define IS_LTDC_BLUEVALUE(__BBLUE__) ((__BBLUE__) <= LTDC_COLOR)
652 #define IS_LTDC_GREENVALUE(__BGREEN__) ((__BGREEN__) <= LTDC_COLOR)
653 #define IS_LTDC_REDVALUE(__BRED__) ((__BRED__) <= LTDC_COLOR)