STM32F479xx HAL User Manual
|
DSI Init Structure definition. More...
#include <stm32f4xx_hal_dsi.h>
Data Fields | |
uint32_t | AutomaticClockLaneControl |
uint32_t | TXEscapeCkdiv |
uint32_t | NumberOfLanes |
DSI Init Structure definition.
Definition at line 46 of file stm32f4xx_hal_dsi.h.
Automatic clock lane control This parameter can be any value of DSI Automatic Clk Lane Control
Definition at line 48 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init().
uint32_t DSI_InitTypeDef::NumberOfLanes |
Number of lanes This parameter can be any value of DSI Number Of Lanes
Definition at line 54 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init().
uint32_t DSI_InitTypeDef::TXEscapeCkdiv |
TX Escape clock division The values 0 and 1 stop the TX_ESC clock generation
Definition at line 51 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_Init().