HAL + 0/58 examples
CodeScope will show references to LTDC_InitTypeDef::VerticalSync from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Demonstrations
Applications
Display
STemWin
Examples
LCD_DSI
STM32469I_EVAL
Demonstrations
Applications
Camera
Display
STemWin
Examples
LCD_DSI
STM324x9I_EVAL
Demonstrations
STemWin
Applications
STemWin
Examples
DMA2D
LTDC
STM32F429I-Discovery
Demonstrations
Applications
STemWin
Examples
DMA2D
LTDC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLTDC_InitTypeDef::VerticalSync

LTDC_InitTypeDef::VerticalSync field

configures the number of Vertical synchronization height. This parameter must be a number between Min_Data = 0x000 and Max_Data = 0x7FF.

Syntax

uint32_t VerticalSync;

Examples

LTDC_InitTypeDef::VerticalSync is referenced by 58 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_ltdc.h:85
uint32_t VerticalSync; /*!< configures the number of Vertical synchronization height.
stm32f4xx_hal_ltdc.c:233HAL_LTDC_Init()
assert_param(IS_LTDC_VSYNC(hltdc->Init.VerticalSync));
stm32f4xx_hal_ltdc.c:284HAL_LTDC_Init()
hltdc->Instance->SSCR |= (tmp | hltdc->Init.VerticalSync);
stm32f4xx_hal_ltdc_ex.c:91HAL_LTDCEx_StructInitFromVideoConfig()
hltdc->Init.VerticalSync = VidCfg->VerticalSyncActive - 1U;

Data Use

Functions writing LTDC_InitTypeDef::VerticalSync
Functions reading LTDC_InitTypeDef::VerticalSync
LTDC_InitTypeDef::VerticalSync
all items filtered out
Type of LTDC_InitTypeDef::VerticalSync
LTDC_InitTypeDef::VerticalSync
uint32_t
all items filtered out