HAL + 0/59 examples
CodeScope will show references to LTDC_LayerCfgTypeDef::WindowY1 from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLTDC_LayerCfgTypeDef::WindowY1

LTDC_LayerCfgTypeDef::WindowY1 field

Configures the Window vertical Stop Position. This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0x7FF.

Syntax

uint32_t WindowY1;

Examples

LTDC_LayerCfgTypeDef::WindowY1 is referenced by 59 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_ltdc.h:133
uint32_t WindowY1; /*!< Configures the Window vertical Stop Position.
stm32f4xx_hal_ltdc.c:838HAL_LTDC_ConfigLayer()
assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1));
stm32f4xx_hal_ltdc.c:1188HAL_LTDC_SetWindowSize()
pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0;
stm32f4xx_hal_ltdc.c:1246HAL_LTDC_SetWindowPosition()
pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight;
stm32f4xx_hal_ltdc.c:1566HAL_LTDC_ConfigLayer_NoReload()
assert_param(IS_LTDC_VCONFIGSP(pLayerCfg->WindowY1));
stm32f4xx_hal_ltdc.c:1631HAL_LTDC_SetWindowSize_NoReload()
pLayerCfg->WindowY1 = YSize + pLayerCfg->WindowY0;
stm32f4xx_hal_ltdc.c:1688HAL_LTDC_SetWindowPosition_NoReload()
pLayerCfg->WindowY1 = Y0 + pLayerCfg->ImageHeight;
stm32f4xx_hal_ltdc.c:2145LTDC_SetConfig()
tmp = ((pLayerCfg->WindowY1 + (hltdc->Instance->BPCR & LTDC_BPCR_AVBP)) << 16U);

Data Use

Functions writing LTDC_LayerCfgTypeDef::WindowY1
Functions reading LTDC_LayerCfgTypeDef::WindowY1
LTDC_LayerCfgTypeDef::WindowY1
Type of LTDC_LayerCfgTypeDef::WindowY1
LTDC_LayerCfgTypeDef::WindowY1
uint32_t
all items filtered out