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

DSI Init Structure definition. More...

#include <stm32f4xx_hal_dsi.h>

Collaboration diagram for DSI_InitTypeDef:

Data Fields

uint32_t AutomaticClockLaneControl
 
uint32_t TXEscapeCkdiv
 
uint32_t NumberOfLanes
 

Detailed Description

DSI Init Structure definition.

Definition at line 48 of file stm32f4xx_hal_dsi.h.

Field Documentation

◆ AutomaticClockLaneControl

uint32_t DSI_InitTypeDef::AutomaticClockLaneControl

Automatic clock lane control This parameter can be any value of DSI Automatic Clk Lane Control

Definition at line 50 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().

◆ TXEscapeCkdiv

uint32_t DSI_InitTypeDef::TXEscapeCkdiv

TX Escape clock division The values 0 and 1 stop the TX_ESC clock generation

Definition at line 53 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().

◆ NumberOfLanes

uint32_t DSI_InitTypeDef::NumberOfLanes

Number of lanes This parameter can be any value of DSI Number Of Lanes

Definition at line 56 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().


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