Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c3066 assert_param(IS_LTDC_YUV_ORDER(pLayerFlexYUVCoPlanar->FlexYUV.YUVOrder)); in HAL_LTDC_ConfigLayerFlexYUVCoPlanar()
3148 assert_param(IS_LTDC_YUV_ORDER(pLayerFlexYUVSemiPlanar->FlexYUV.YUVOrder)); in HAL_LTDC_ConfigLayerFlexYUVSemiPlanar()
3231 assert_param(IS_LTDC_YUV_ORDER(pLayerFlexYUVFullPlanar->FlexYUV.YUVOrder)); in HAL_LTDC_ConfigLayerFlexYUVFullPlanar()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ltdc.h1069 #define IS_LTDC_YUV_ORDER(__YUV_ORDER__) (((__YUV_ORDER__) == LTDC_YUV_ORDER_LUMINANC… macro