Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ltdc.c793 assert_param(IS_LTDC_CFBLNBR(pLayerCfg->ImageHeight)); in HAL_LTDC_ConfigLayer()
1119 assert_param(IS_LTDC_CFBLNBR(YSize)); in HAL_LTDC_SetWindowSize()
1175 assert_param(IS_LTDC_CFBLNBR(Y0)); in HAL_LTDC_SetWindowPosition()
1516 assert_param(IS_LTDC_CFBLNBR(pLayerCfg->ImageHeight)); in HAL_LTDC_ConfigLayer_NoReload()
1558 assert_param(IS_LTDC_CFBLNBR(YSize)); in HAL_LTDC_SetWindowSize_NoReload()
1612 assert_param(IS_LTDC_CFBLNBR(Y0)); in HAL_LTDC_SetWindowPosition_NoReload()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ltdc.h669 #define IS_LTDC_CFBLNBR(__CFBLNBR__) ((__CFBLNBR__) <= LTDC_LINE_NUMBER) macro