STM32F479xx HAL User Manual
|
DSI Adapted command mode configuration. More...
#include <stm32f4xx_hal_dsi.h>
Data Fields | |
uint32_t | VirtualChannelID |
uint32_t | ColorCoding |
uint32_t | CommandSize |
uint32_t | TearingEffectSource |
uint32_t | TearingEffectPolarity |
uint32_t | HSPolarity |
uint32_t | VSPolarity |
uint32_t | DEPolarity |
uint32_t | VSyncPol |
uint32_t | AutomaticRefresh |
uint32_t | TEAcknowledgeRequest |
DSI Adapted command mode configuration.
Definition at line 156 of file stm32f4xx_hal_dsi.h.
uint32_t DSI_CmdCfgTypeDef::AutomaticRefresh |
Automatic refresh mode This parameter can be any value of DSI Automatic Refresh
Definition at line 184 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::ColorCoding |
Color coding for LTDC interface This parameter can be any value of DSI Color Coding
Definition at line 160 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::CommandSize |
Maximum allowed size for an LTDC write memory command, measured in pixels. This parameter can be any value between 0x00 and 0xFFFFU
Definition at line 163 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::DEPolarity |
Data Enable pin polarity This parameter can be any value of DSI DATA ENABLE Polarity
Definition at line 178 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode(), and HAL_LTDCEx_StructInitFromAdaptedCommandConfig().
uint32_t DSI_CmdCfgTypeDef::HSPolarity |
HSYNC pin polarity This parameter can be any value of DSI HSYNC Polarity
Definition at line 172 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode(), and HAL_LTDCEx_StructInitFromAdaptedCommandConfig().
Tearing Effect Acknowledge Request Enable This parameter can be any value of DSI TE Acknowledge Request
Definition at line 187 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
Tearing effect pin polarity This parameter can be any value of DSI Tearing Effect Polarity
Definition at line 169 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
Tearing effect source This parameter can be any value of DSI Tearing Effect Source
Definition at line 166 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::VirtualChannelID |
Virtual channel ID
Definition at line 158 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::VSPolarity |
VSYNC pin polarity This parameter can be any value of DSI VSYNC Active Polarity
Definition at line 175 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode(), and HAL_LTDCEx_StructInitFromAdaptedCommandConfig().
uint32_t DSI_CmdCfgTypeDef::VSyncPol |
VSync edge on which the LTDC is halted This parameter can be any value of DSI Vsync Polarity
Definition at line 181 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().