Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ltdc.h1084 #define IS_LTDC_RGB_COMPONENT(__RGB_COMPONENT__) (((__RGB_COMPONENT__) == LTDC_RGB_COMPONENT_R… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c1225 assert_param(IS_LTDC_RGB_COMPONENT(RGBComponent)); in HAL_LTDC_ConfigGammaCorrection()