STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
LTDC Init structure definition. More...
#include <stm32f4xx_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 |
LTDC Init structure definition.
Definition at line 67 of file stm32f4xx_hal_ltdc.h.
uint32_t LTDC_InitTypeDef::HSPolarity |
configures the horizontal synchronization polarity. This parameter can be one value of LTDC HS POLARITY
Definition at line 69 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), HAL_LTDCEx_StructInitFromAdaptedCommandConfig(), and HAL_LTDCEx_StructInitFromVideoConfig().
uint32_t LTDC_InitTypeDef::VSPolarity |
configures the vertical synchronization polarity. This parameter can be one value of LTDC VS POLARITY
Definition at line 72 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), HAL_LTDCEx_StructInitFromAdaptedCommandConfig(), and HAL_LTDCEx_StructInitFromVideoConfig().
uint32_t LTDC_InitTypeDef::DEPolarity |
configures the data enable polarity. This parameter can be one of value of LTDC DE POLARITY
Definition at line 75 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), HAL_LTDCEx_StructInitFromAdaptedCommandConfig(), and HAL_LTDCEx_StructInitFromVideoConfig().
uint32_t LTDC_InitTypeDef::PCPolarity |
configures the pixel clock polarity. This parameter can be one of value of LTDC PC POLARITY
Definition at line 78 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init().
uint32_t LTDC_InitTypeDef::HorizontalSync |
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 stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init().
uint32_t LTDC_InitTypeDef::VerticalSync |
configures the number of Vertical synchronization height. This parameter must be a number between Min_Data = 0x000 and Max_Data = 0x7FF.
Definition at line 85 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), and HAL_LTDCEx_StructInitFromVideoConfig().
uint32_t LTDC_InitTypeDef::AccumulatedHBP |
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 89 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init().
uint32_t LTDC_InitTypeDef::AccumulatedVBP |
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 93 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), and HAL_LTDCEx_StructInitFromVideoConfig().
uint32_t LTDC_InitTypeDef::AccumulatedActiveW |
configures the accumulated active width. This parameter must be a number between Min_Data = LTDC_AccumulatedHBP and Max_Data = 0xFFF.
Definition at line 97 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init().
uint32_t LTDC_InitTypeDef::AccumulatedActiveH |
configures the accumulated active height. This parameter must be a number between Min_Data = LTDC_AccumulatedVBP and Max_Data = 0x7FF.
Definition at line 101 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), and HAL_LTDCEx_StructInitFromVideoConfig().
uint32_t LTDC_InitTypeDef::TotalWidth |
configures the total width. This parameter must be a number between Min_Data = LTDC_AccumulatedActiveW and Max_Data = 0xFFF.
Definition at line 105 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init().
uint32_t LTDC_InitTypeDef::TotalHeigh |
configures the total height. This parameter must be a number between Min_Data = LTDC_AccumulatedActiveH and Max_Data = 0x7FF.
Definition at line 109 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), and HAL_LTDCEx_StructInitFromVideoConfig().
LTDC_ColorTypeDef LTDC_InitTypeDef::Backcolor |
Configures the background color.
Definition at line 113 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init().