Symbols
loading...
Files
loading...

DSI_CmdCfgTypeDef struct

DSI Adapted command mode configuration

Syntax

typedef struct {   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_CmdCfgTypeDef;

Fields

VirtualChannelID

Virtual channel ID. Read more...

ColorCoding

Color coding for LTDC interface This parameter can be any value of DSI_Color_Coding. Read more...

CommandSize

Maximum allowed size for an LTDC write memory command, measured in pixels. This parameter can be any value between 0x00 and 0xFFFFU. Read more...

TearingEffectSource

Tearing effect source This parameter can be any value of DSI_TearingEffectSource. Read more...

TearingEffectPolarity

Tearing effect pin polarity This parameter can be any value of DSI_TearingEffectPolarity. Read more...

HSPolarity

HSYNC pin polarity This parameter can be any value of DSI_HSYNC_Polarity. Read more...

VSPolarity

VSYNC pin polarity This parameter can be any value of DSI_VSYNC_Active_Polarity. Read more...

DEPolarity

Data Enable pin polarity This parameter can be any value of DSI_DATA_ENABLE_Polarity. Read more...

VSyncPol

VSync edge on which the LTDC is halted This parameter can be any value of DSI_Vsync_Polarity. Read more...

AutomaticRefresh

Automatic refresh mode This parameter can be any value of DSI_AutomaticRefresh. Read more...

TEAcknowledgeRequest

Tearing Effect Acknowledge Request Enable This parameter can be any value of DSI_TE_AcknowledgeRequest. Read more...

Examples

DSI_CmdCfgTypeDef is referenced by 29 libraries and example projects.