Home
last modified time | relevance | path

Searched refs:WindowY1 (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ltdc.c838 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer()
1188 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1246 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition()
1566 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer_NoReload()
1631 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1688 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition_NoReload()
2145 tmp = ((pLayerCfg->WindowY1 + (hltdc->Instance->BPCR & LTDC_BPCR_AVBP)) << 16U); in LTDC_SetConfig()
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_ltdc.c832 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer()
1182 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1240 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition()
1560 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer_NoReload()
1625 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1682 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition_NoReload()
2139 tmp = ((pLayerCfg->WindowY1 + (hltdc->Instance->BPCR & LTDC_BPCR_AVBP)) << 16U); in LTDC_SetConfig()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_ltdc.c832 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer()
1182 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1240 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition()
1560 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer_NoReload()
1625 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1682 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition_NoReload()
2139 tmp = ((pLayerCfg->WindowY1 + (hltdc->Instance->BPCR & LTDC_BPCR_AVBP)) << 16U); in LTDC_SetConfig()
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ltdc.c838 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer()
1188 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1246 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition()
1566 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer_NoReload()
1631 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1688 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition_NoReload()
2145 tmp = ((pLayerCfg->WindowY1 + (hltdc->Instance->BPCR & LTDC_BPCR_AVBP)) << 16U); in LTDC_SetConfig()
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ltdc.c838 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer()
1188 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1246 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition()
1566 assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1)); in HAL_LTDC_ConfigLayer_NoReload()
1631 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1688 pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight; in HAL_LTDC_SetWindowPosition_NoReload()
2145 tmp = ((pLayerCfg->WindowY1 + (hltdc->Instance->BPCR & LTDC_BPCR_AVBP)) << 16U); in LTDC_SetConfig()
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ltdc.h137 uint32_t WindowY1; /*!< Configures the Window vertical Stop Position. member
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ltdc.h133 uint32_t WindowY1; /*!< Configures the Window vertical Stop Position. member
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_ltdc.h133 uint32_t WindowY1; /*!< Configures the Window vertical Stop Position. member
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_ltdc.h133 uint32_t WindowY1; /*!< Configures the Window vertical Stop Position. member
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ltdc.h133 uint32_t WindowY1; /*!< Configures the Window vertical Stop Position. member