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

LTDC_InitTypeDef::AccumulatedHBP field

configures the accumulated horizontal back porch width. This parameter must be a number between Min_Data = LTDC_HorizontalSync and Max_Data = 0xFFF.

Syntax

uint32_t AccumulatedHBP;

Examples

LTDC_InitTypeDef::AccumulatedHBP is referenced by 62 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_ltdc.h:89
uint32_t AccumulatedHBP; /*!< configures the accumulated horizontal back porch width.
stm32f4xx_hal_ltdc.c:234HAL_LTDC_Init()
assert_param(IS_LTDC_AHBP(hltdc->Init.AccumulatedHBP));
stm32f4xx_hal_ltdc.c:288HAL_LTDC_Init()
tmp = (hltdc->Init.AccumulatedHBP << 16U);

Data Use

Functions reading LTDC_InitTypeDef::AccumulatedHBP
LTDC_InitTypeDef::AccumulatedHBP
all items filtered out
Type of LTDC_InitTypeDef::AccumulatedHBP
LTDC_InitTypeDef::AccumulatedHBP
uint32_t
all items filtered out