Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ltdc.c1031 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer()
1620 hltdc->LayerCfg[LayerIdx].WindowY1 = YSize + hltdc->LayerCfg[LayerIdx].WindowY0; in HAL_LTDC_SetWindowSize()
1679 hltdc->LayerCfg[LayerIdx].WindowY0 = Y0; in HAL_LTDC_SetWindowPosition()
2157 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer_NoReload()
2231 hltdc->LayerCfg[LayerIdx].WindowY1 = YSize + hltdc->LayerCfg[LayerIdx].WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
2289 hltdc->LayerCfg[LayerIdx].WindowY0 = Y0; in HAL_LTDC_SetWindowPosition_NoReload()
2994 hltdc->LayerCfg[LayerIdx].WindowY0 = pLayerFlexARGB->Layer.WindowY0; in HAL_LTDC_ConfigLayerFlexARGB()
3079 hltdc->LayerCfg[LayerIdx].WindowY0 = pLayerFlexYUVCoPlanar->Layer.WindowY0; in HAL_LTDC_ConfigLayerFlexYUVCoPlanar()
3161 hltdc->LayerCfg[LayerIdx].WindowY0 = pLayerFlexYUVSemiPlanar->Layer.WindowY0; in HAL_LTDC_ConfigLayerFlexYUVSemiPlanar()
3244 hltdc->LayerCfg[LayerIdx].WindowY0 = pLayerFlexYUVFullPlanar->Layer.WindowY0; in HAL_LTDC_ConfigLayerFlexYUVFullPlanar()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_ltdc.c837 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer()
1189 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1246 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition()
1566 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer_NoReload()
1632 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1688 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition_NoReload()
2148 …LTDC_LAYER(hltdc, LayerIdx)->WVPCR = ((pLayerCfg->WindowY0 + (hltdc->Instance->BPCR & LTDC_BPCR_A… in LTDC_SetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ltdc.c837 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer()
1189 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1246 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition()
1566 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer_NoReload()
1632 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1688 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition_NoReload()
2148 …LTDC_LAYER(hltdc, LayerIdx)->WVPCR = ((pLayerCfg->WindowY0 + (hltdc->Instance->BPCR & LTDC_BPCR_A… in LTDC_SetConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_ltdc.c837 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer()
1188 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1245 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition()
1565 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer_NoReload()
1631 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1687 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition_NoReload()
2147 …LTDC_LAYER(hltdc, LayerIdx)->WVPCR = ((pLayerCfg->WindowY0 + (hltdc->Instance->BPCR & LTDC_BPCR_A… in LTDC_SetConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_ltdc.c837 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer()
1188 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1245 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition()
1565 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer_NoReload()
1631 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1687 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition_NoReload()
2147 …LTDC_LAYER(hltdc, LayerIdx)->WVPCR = ((pLayerCfg->WindowY0 + (hltdc->Instance->BPCR & LTDC_BPCR_A… in LTDC_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ltdc.c833 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer()
1185 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1242 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition()
1562 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer_NoReload()
1628 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1684 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition_NoReload()
2144 …LTDC_LAYER(hltdc, LayerIdx)->WVPCR = ((pLayerCfg->WindowY0 + (hltdc->Instance->BPCR & LTDC_BPCR_A… in LTDC_SetConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ltdc.c833 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer()
1185 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize()
1242 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition()
1562 assert_param(IS_LTDC_VCONFIGST(pLayerCfg->WindowY0)); in HAL_LTDC_ConfigLayer_NoReload()
1628 pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0; in HAL_LTDC_SetWindowSize_NoReload()
1684 pLayerCfg->WindowY0 = Y0; in HAL_LTDC_SetWindowPosition_NoReload()
2144 …LTDC_LAYER(hltdc, LayerIdx)->WVPCR = ((pLayerCfg->WindowY0 + (hltdc->Instance->BPCR & LTDC_BPCR_A… in LTDC_SetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ltdc.h129 uint32_t WindowY0; /*!< Configures the Window vertical Start Position. member
180 uint32_t WindowY0; /*!< Configures the Window vertical Start Position. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ltdc.h129 uint32_t WindowY0; /*!< Configures the Window vertical Start Position. member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_ltdc.h129 uint32_t WindowY0; /*!< Configures the Window vertical Start Position. member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_ltdc.h129 uint32_t WindowY0; /*!< Configures the Window vertical Start Position. member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ltdc.h129 uint32_t WindowY0; /*!< Configures the Window vertical Start Position. member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_ltdc.h129 uint32_t WindowY0; /*!< Configures the Window vertical Start Position. member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ltdc.h133 uint32_t WindowY0; /*!< Configures the Window vertical Start Position. member