HAL + 0/4 examples
CodeScope will show references to DSI_VidCfgTypeDef from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Applications
Display
STM32469I_EVAL
Applications
Display
 
Symbols
loading...
Files
loading...

DSI_VidCfgTypeDef struct

DSI Video mode configuration

Syntax

typedef struct {   uint32_t VirtualChannelID;                uint32_t ColorCoding;                     uint32_t LooselyPacked;                   uint32_t Mode;                            uint32_t PacketSize;                      uint32_t NumberOfChunks;                  uint32_t NullPacketSize;                  uint32_t HSPolarity;                      uint32_t VSPolarity;                      uint32_t DEPolarity;                      uint32_t HorizontalSyncActive;            uint32_t HorizontalBackPorch;             uint32_t HorizontalLine;                  uint32_t VerticalSyncActive;              uint32_t VerticalBackPorch;               uint32_t VerticalFrontPorch;              uint32_t VerticalActive;                  uint32_t LPCommandEnable;                 uint32_t LPLargestPacketSize;             uint32_t LPVACTLargestPacketSize;         uint32_t LPHorizontalFrontPorchEnable;    uint32_t LPHorizontalBackPorchEnable;     uint32_t LPVerticalActiveEnable;          uint32_t LPVerticalFrontPorchEnable;      uint32_t LPVerticalBackPorchEnable;       uint32_t LPVerticalSyncActiveEnable;      uint32_t FrameBTAAcknowledgeEnable;     } DSI_VidCfgTypeDef;

Fields

VerticalBackPorch

Vertical back-porch duration. Read more...

VerticalFrontPorch

Vertical front-porch duration. Read more...

VerticalActive

Vertical active duration. Read more...

LPCommandEnable

Low-power command enable This parameter can be any value of DSI_LP_Command. Read more...

LPLargestPacketSize

The size, in bytes, of the low power largest packet that can fit in a line during VSA, VBP and VFP regions. Read more...

LPVACTLargestPacketSize

The size, in bytes, of the low power largest packet that can fit in a line during VACT region. Read more...

LPHorizontalFrontPorchEnable

Low-power horizontal front-porch enable This parameter can be any value of DSI_LP_HFP. Read more...

LPHorizontalBackPorchEnable

Low-power horizontal back-porch enable This parameter can be any value of DSI_LP_HBP. Read more...

LPVerticalActiveEnable

Low-power vertical active enable This parameter can be any value of DSI_LP_VACT. Read more...

LPVerticalFrontPorchEnable

Low-power vertical front-porch enable This parameter can be any value of DSI_LP_VFP. Read more...

LPVerticalBackPorchEnable

Low-power vertical back-porch enable This parameter can be any value of DSI_LP_VBP. Read more...

LPVerticalSyncActiveEnable

Low-power vertical sync active enable This parameter can be any value of DSI_LP_VSYNC. Read more...

FrameBTAAcknowledgeEnable

Frame bus-turn-around acknowledge enable This parameter can be any value of DSI_FBTA_acknowledge. Read more...

VirtualChannelID

Virtual channel ID. Read more...

ColorCoding

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

LooselyPacked

Enable or disable loosely packed stream (needed only when using 18-bit configuration). This parameter can be any value of DSI_LooselyPacked. Read more...

Mode

Video mode type This parameter can be any value of DSI_Video_Mode_Type. Read more...

PacketSize

Video packet size. Read more...

NumberOfChunks

Number of chunks. Read more...

NullPacketSize

Null packet size. 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...

HorizontalSyncActive

Horizontal synchronism active duration (in lane byte clock cycles). Read more...

HorizontalBackPorch

Horizontal back-porch duration (in lane byte clock cycles). Read more...

HorizontalLine

Horizontal line duration (in lane byte clock cycles). Read more...

VerticalSyncActive

Vertical synchronism active duration. Read more...

Examples

DSI_VidCfgTypeDef is referenced by 4 libraries and example projects.