HAL + 0/62 examples
CodeScope will show references to LTDC_HandleTypeDef::Init 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...

LTDC_HandleTypeDef::Init field

LTDC parameters

Examples

LTDC_HandleTypeDef::Init is referenced by 62 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_ltdc.h:190
LTDC_InitTypeDef Init; /*!< LTDC parameters */
stm32f4xx_hal_ltdc.c:232HAL_LTDC_Init()
assert_param(IS_LTDC_HSYNC(hltdc->Init.HorizontalSync));
stm32f4xx_hal_ltdc.c:233HAL_LTDC_Init()
assert_param(IS_LTDC_VSYNC(hltdc->Init.VerticalSync));
stm32f4xx_hal_ltdc.c:234HAL_LTDC_Init()
assert_param(IS_LTDC_AHBP(hltdc->Init.AccumulatedHBP));
stm32f4xx_hal_ltdc.c:235HAL_LTDC_Init()
assert_param(IS_LTDC_AVBP(hltdc->Init.AccumulatedVBP));
stm32f4xx_hal_ltdc.c:236HAL_LTDC_Init()
assert_param(IS_LTDC_AAH(hltdc->Init.AccumulatedActiveH));
stm32f4xx_hal_ltdc.c:237HAL_LTDC_Init()
assert_param(IS_LTDC_AAW(hltdc->Init.AccumulatedActiveW));
stm32f4xx_hal_ltdc.c:238HAL_LTDC_Init()
assert_param(IS_LTDC_TOTALH(hltdc->Init.TotalHeigh));
stm32f4xx_hal_ltdc.c:239HAL_LTDC_Init()
assert_param(IS_LTDC_TOTALW(hltdc->Init.TotalWidth));
stm32f4xx_hal_ltdc.c:240HAL_LTDC_Init()
assert_param(IS_LTDC_HSPOL(hltdc->Init.HSPolarity));
stm32f4xx_hal_ltdc.c:241HAL_LTDC_Init()
assert_param(IS_LTDC_VSPOL(hltdc->Init.VSPolarity));
stm32f4xx_hal_ltdc.c:242HAL_LTDC_Init()
assert_param(IS_LTDC_DEPOL(hltdc->Init.DEPolarity));
stm32f4xx_hal_ltdc.c:243HAL_LTDC_Init()
assert_param(IS_LTDC_PCPOL(hltdc->Init.PCPolarity));
stm32f4xx_hal_ltdc.c:278HAL_LTDC_Init()
hltdc->Instance->GCR |= (uint32_t)(hltdc->Init.HSPolarity | hltdc->Init.VSPolarity | \
stm32f4xx_hal_ltdc.c:279HAL_LTDC_Init()
stm32f4xx_hal_ltdc.c:283HAL_LTDC_Init()
tmp = (hltdc->Init.HorizontalSync << 16U);
stm32f4xx_hal_ltdc.c:284HAL_LTDC_Init()
hltdc->Instance->SSCR |= (tmp | hltdc->Init.VerticalSync);
stm32f4xx_hal_ltdc.c:288HAL_LTDC_Init()
tmp = (hltdc->Init.AccumulatedHBP << 16U);
stm32f4xx_hal_ltdc.c:289HAL_LTDC_Init()
hltdc->Instance->BPCR |= (tmp | hltdc->Init.AccumulatedVBP);
stm32f4xx_hal_ltdc.c:293HAL_LTDC_Init()
tmp = (hltdc->Init.AccumulatedActiveW << 16U);
stm32f4xx_hal_ltdc.c:294HAL_LTDC_Init()
stm32f4xx_hal_ltdc.c:298HAL_LTDC_Init()
tmp = (hltdc->Init.TotalWidth << 16U);
stm32f4xx_hal_ltdc.c:299HAL_LTDC_Init()
hltdc->Instance->TWCR |= (tmp | hltdc->Init.TotalHeigh);
stm32f4xx_hal_ltdc.c:302HAL_LTDC_Init()
tmp = ((uint32_t)(hltdc->Init.Backcolor.Green) << 8U);
stm32f4xx_hal_ltdc.c:303HAL_LTDC_Init()
tmp1 = ((uint32_t)(hltdc->Init.Backcolor.Red) << 16U);
stm32f4xx_hal_ltdc.c:305HAL_LTDC_Init()
hltdc->Instance->BCCR |= (tmp1 | tmp | hltdc->Init.Backcolor.Blue);
stm32f4xx_hal_ltdc_ex.c:79HAL_LTDCEx_StructInitFromVideoConfig()
stm32f4xx_hal_ltdc_ex.c:81HAL_LTDCEx_StructInitFromVideoConfig()
stm32f4xx_hal_ltdc_ex.c:82HAL_LTDCEx_StructInitFromVideoConfig()
stm32f4xx_hal_ltdc_ex.c:91HAL_LTDCEx_StructInitFromVideoConfig()
stm32f4xx_hal_ltdc_ex.c:92HAL_LTDCEx_StructInitFromVideoConfig()
stm32f4xx_hal_ltdc_ex.c:93HAL_LTDCEx_StructInitFromVideoConfig()
stm32f4xx_hal_ltdc_ex.c:95HAL_LTDCEx_StructInitFromVideoConfig()
stm32f4xx_hal_ltdc_ex.c:122HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
stm32f4xx_hal_ltdc_ex.c:124HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
stm32f4xx_hal_ltdc_ex.c:125HAL_LTDCEx_StructInitFromAdaptedCommandConfig()

Data Use

Functions reading LTDC_HandleTypeDef::Init
LTDC_HandleTypeDef::Init
Type of LTDC_HandleTypeDef::Init
LTDC_HandleTypeDef::Init
all items filtered out