Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_ltdc.c844 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer()
1173 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize()
1229 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition()
1573 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer_NoReload()
1616 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize_NoReload()
1671 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition_NoReload()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ltdc.c844 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer()
1173 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize()
1229 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition()
1573 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer_NoReload()
1616 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize_NoReload()
1671 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition_NoReload()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_ltdc.c844 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer()
1172 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize()
1228 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition()
1572 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer_NoReload()
1615 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize_NoReload()
1670 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition_NoReload()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_ltdc.c844 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer()
1172 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize()
1228 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition()
1572 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer_NoReload()
1615 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize_NoReload()
1670 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition_NoReload()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ltdc.c840 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer()
1169 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize()
1225 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition()
1569 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer_NoReload()
1612 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize_NoReload()
1667 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition_NoReload()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ltdc.c840 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer()
1169 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize()
1225 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition()
1569 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer_NoReload()
1612 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize_NoReload()
1667 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition_NoReload()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c1038 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer()
1604 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize()
1662 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition()
2164 assert_param(IS_LTDC_CFBLL(pLayerCfg->ImageWidth)); in HAL_LTDC_ConfigLayer_NoReload()
2215 assert_param(IS_LTDC_CFBLL(XSize)); in HAL_LTDC_SetWindowSize_NoReload()
2272 assert_param(IS_LTDC_CFBLL(X0)); in HAL_LTDC_SetWindowPosition_NoReload()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ltdc.h687 #define IS_LTDC_CFBLL(__CFBLL__) ((__CFBLL__) <= LTDC_COLOR_FRAME_BUFFER) macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_ltdc.h686 #define IS_LTDC_CFBLL(__CFBLL__) ((__CFBLL__) <= LTDC_COLOR_FRAME_BUFFER) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_ltdc.h687 #define IS_LTDC_CFBLL(__CFBLL__) ((__CFBLL__) <= LTDC_COLOR_FRAME_BUFFER) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ltdc.h687 #define IS_LTDC_CFBLL(__CFBLL__) ((__CFBLL__) <= LTDC_COLOR_FRAME_BUFFER) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_ltdc.h686 #define IS_LTDC_CFBLL(__CFBLL__) ((__CFBLL__) <= LTDC_COLOR_FRAME_BUFFER) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ltdc.h695 #define IS_LTDC_CFBLL(__CFBLL__) ((__CFBLL__) <= LTDC_COLOR_FRAME_BUFFER) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ltdc.h1051 #define IS_LTDC_CFBLL(__CFBLL__) ((__CFBLL__) <= LTDC_COLOR_FRAME_BUFFER) macro