STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
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 158 of file stm32f4xx_hal_dsi.h.
uint32_t DSI_CmdCfgTypeDef::VirtualChannelID |
Virtual channel ID
Definition at line 160 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 162 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 165 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::TearingEffectSource |
Tearing effect source This parameter can be any value of DSI Tearing Effect Source
Definition at line 168 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::TearingEffectPolarity |
Tearing effect pin polarity This parameter can be any value of DSI Tearing Effect Polarity
Definition at line 171 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::HSPolarity |
HSYNC pin polarity This parameter can be any value of DSI HSYNC Polarity
Definition at line 174 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode(), and HAL_LTDCEx_StructInitFromAdaptedCommandConfig().
uint32_t DSI_CmdCfgTypeDef::VSPolarity |
VSYNC pin polarity This parameter can be any value of DSI VSYNC Active Polarity
Definition at line 177 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode(), and HAL_LTDCEx_StructInitFromAdaptedCommandConfig().
uint32_t DSI_CmdCfgTypeDef::DEPolarity |
Data Enable pin polarity This parameter can be any value of DSI DATA ENABLE Polarity
Definition at line 180 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 183 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::AutomaticRefresh |
Automatic refresh mode This parameter can be any value of DSI Automatic Refresh
Definition at line 186 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().
uint32_t DSI_CmdCfgTypeDef::TEAcknowledgeRequest |
Tearing Effect Acknowledge Request Enable This parameter can be any value of DSI TE Acknowledge Request
Definition at line 189 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigAdaptedCommandMode().