HAL
DSI_InitTypeDef::AutomaticClockLaneControl is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALDSI_InitTypeDef::AutomaticClockLaneControl

DSI_InitTypeDef::AutomaticClockLaneControl field

Automatic clock lane control This parameter can be any value of DSI_Automatic_Clk_Lane_Control

Syntax

uint32_t AutomaticClockLaneControl;

References

LocationReferrerText
stm32f4xx_hal_dsi.h:50
uint32_t AutomaticClockLaneControl; /*!< Automatic clock lane control
stm32f4xx_hal_dsi.c:325HAL_DSI_Init()
assert_param(IS_DSI_AUTO_CLKLANE_CONTROL(hdsi->Init.AutomaticClockLaneControl));
stm32f4xx_hal_dsi.c:405HAL_DSI_Init()
hdsi->Instance->CLCR |= (DSI_CLCR_DPCC | hdsi->Init.AutomaticClockLaneControl);

Data Use

Functions reading DSI_InitTypeDef::AutomaticClockLaneControl
DSI_InitTypeDef::AutomaticClockLaneControl
all items filtered out
Type of DSI_InitTypeDef::AutomaticClockLaneControl
DSI_InitTypeDef::AutomaticClockLaneControl
uint32_t
all items filtered out