Home
last modified time | relevance | path

Searched refs:ImageHeight (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()
1140 pLayerCfg->ImageHeight = YSize; in HAL_LTDC_SetWindowSize()
1192 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition()
1516 assert_param(IS_LTDC_CFBLNBR(pLayerCfg->ImageHeight)); in HAL_LTDC_ConfigLayer_NoReload()
1579 pLayerCfg->ImageHeight = YSize; in HAL_LTDC_SetWindowSize_NoReload()
1629 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition_NoReload()
2135 LTDC_LAYER(hltdc, LayerIdx)->CFBLNR = (pLayerCfg->ImageHeight); in LTDC_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ltdc.h163 uint32_t ImageHeight; /*!< Specifies the number of line in frame buffer. member