STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
DSI_CmdCfgTypeDef Struct Reference

DSI Adapted command mode configuration. More...

#include <stm32f4xx_hal_dsi.h>

Collaboration diagram for DSI_CmdCfgTypeDef:

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
 

Detailed Description

DSI Adapted command mode configuration.

Definition at line 158 of file stm32f4xx_hal_dsi.h.

Field Documentation

◆ VirtualChannelID

uint32_t DSI_CmdCfgTypeDef::VirtualChannelID

Virtual channel ID

Definition at line 160 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode().

◆ ColorCoding

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().

◆ CommandSize

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().

◆ TearingEffectSource

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().

◆ TearingEffectPolarity

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().

◆ HSPolarity

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().

◆ VSPolarity

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().

◆ DEPolarity

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().

◆ VSyncPol

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().

◆ AutomaticRefresh

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().

◆ TEAcknowledgeRequest

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().


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