Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c3064 assert_param(IS_LTDC_Y_RANHGE(pLayerFlexYUVCoPlanar->FlexYUV.LuminanceRescale)); in HAL_LTDC_ConfigLayerFlexYUVCoPlanar()
3146 assert_param(IS_LTDC_Y_RANHGE(pLayerFlexYUVSemiPlanar->FlexYUV.LuminanceRescale)); in HAL_LTDC_ConfigLayerFlexYUVSemiPlanar()
3229 assert_param(IS_LTDC_Y_RANHGE(pLayerFlexYUVFullPlanar->FlexYUV.LuminanceRescale)); in HAL_LTDC_ConfigLayerFlexYUVFullPlanar()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ltdc.h1078 #define IS_LTDC_Y_RANHGE(__Y_RANGE__) (((__Y_RANGE__) == LTDC_YUV_LUMINANCE_RESCALE… macro