STM32H735xx HAL User Manual
Data Fields
LTDC_InitTypeDef Struct Reference

LTDC Init structure definition. More...

#include <stm32h7xx_hal_ltdc.h>

Data Fields

uint32_t HSPolarity
uint32_t VSPolarity
uint32_t DEPolarity
uint32_t PCPolarity
uint32_t HorizontalSync
uint32_t VerticalSync
uint32_t AccumulatedHBP
uint32_t AccumulatedVBP
uint32_t AccumulatedActiveW
uint32_t AccumulatedActiveH
uint32_t TotalWidth
uint32_t TotalHeigh
LTDC_ColorTypeDef Backcolor

Detailed Description

LTDC Init structure definition.

Definition at line 67 of file stm32h7xx_hal_ltdc.h.


Field Documentation

configures the accumulated active height. This parameter must be a number between Min_Data = LTDC_AccumulatedVBP and Max_Data = 0x7FF.

Definition at line 96 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

configures the accumulated active width. This parameter must be a number between Min_Data = LTDC_AccumulatedHBP and Max_Data = 0xFFF.

Definition at line 93 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

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

Definition at line 87 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

configures the accumulated vertical back porch height. This parameter must be a number between Min_Data = LTDC_VerticalSync and Max_Data = 0x7FF.

Definition at line 90 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

Configures the background color.

Definition at line 105 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

configures the data enable polarity. This parameter can be one of value of LTDC DE POLARITY

Definition at line 75 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

configures the number of Horizontal synchronization width. This parameter must be a number between Min_Data = 0x000 and Max_Data = 0xFFF.

Definition at line 81 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

configures the horizontal synchronization polarity. This parameter can be one value of LTDC HS POLARITY

Definition at line 69 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

configures the pixel clock polarity. This parameter can be one of value of LTDC PC POLARITY

Definition at line 78 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

configures the total height. This parameter must be a number between Min_Data = LTDC_AccumulatedActiveH and Max_Data = 0x7FF.

Definition at line 102 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

configures the total width. This parameter must be a number between Min_Data = LTDC_AccumulatedActiveW and Max_Data = 0xFFF.

Definition at line 99 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

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

Definition at line 84 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

configures the vertical synchronization polarity. This parameter can be one value of LTDC VS POLARITY

Definition at line 72 of file stm32h7xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().


The documentation for this struct was generated from the following file: