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

DSI PHY Timings definition. More...

#include <stm32f4xx_hal_dsi.h>

Collaboration diagram for DSI_PHY_TimerTypeDef:

Data Fields

uint32_t ClockLaneHS2LPTime
 
uint32_t ClockLaneLP2HSTime
 
uint32_t DataLaneHS2LPTime
 
uint32_t DataLaneLP2HSTime
 
uint32_t DataLaneMaxReadTime
 
uint32_t StopWaitTime
 

Detailed Description

DSI PHY Timings definition.

Definition at line 243 of file stm32f4xx_hal_dsi.h.

Field Documentation

◆ ClockLaneHS2LPTime

uint32_t DSI_PHY_TimerTypeDef::ClockLaneHS2LPTime

The maximum time that the D-PHY clock lane takes to go from high-speed to low-power transmission

Definition at line 245 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigPhyTimer().

◆ ClockLaneLP2HSTime

uint32_t DSI_PHY_TimerTypeDef::ClockLaneLP2HSTime

The maximum time that the D-PHY clock lane takes to go from low-power to high-speed transmission

Definition at line 248 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigPhyTimer().

◆ DataLaneHS2LPTime

uint32_t DSI_PHY_TimerTypeDef::DataLaneHS2LPTime

The maximum time that the D-PHY data lanes takes to go from high-speed to low-power transmission

Definition at line 251 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigPhyTimer().

◆ DataLaneLP2HSTime

uint32_t DSI_PHY_TimerTypeDef::DataLaneLP2HSTime

The maximum time that the D-PHY data lanes takes to go from low-power to high-speed transmission

Definition at line 254 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigPhyTimer().

◆ DataLaneMaxReadTime

uint32_t DSI_PHY_TimerTypeDef::DataLaneMaxReadTime

The maximum time required to perform a read command

Definition at line 257 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigPhyTimer().

◆ StopWaitTime

uint32_t DSI_PHY_TimerTypeDef::StopWaitTime

The minimum wait period to request a High-Speed transmission after the Stop state

Definition at line 259 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigPhyTimer().


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