STM32F479xx HAL User Manual
|
DSI PHY Timings definition. More...
#include <stm32f4xx_hal_dsi.h>
Data Fields | |
uint32_t | ClockLaneHS2LPTime |
uint32_t | ClockLaneLP2HSTime |
uint32_t | DataLaneHS2LPTime |
uint32_t | DataLaneLP2HSTime |
uint32_t | DataLaneMaxReadTime |
uint32_t | StopWaitTime |
DSI PHY Timings definition.
Definition at line 241 of file stm32f4xx_hal_dsi.h.
The maximum time that the D-PHY clock lane takes to go from high-speed to low-power transmission
Definition at line 243 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigPhyTimer().
The maximum time that the D-PHY clock lane takes to go from low-power to high-speed transmission
Definition at line 246 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigPhyTimer().
The maximum time that the D-PHY data lanes takes to go from high-speed to low-power transmission
Definition at line 249 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigPhyTimer().
The maximum time that the D-PHY data lanes takes to go from low-power to high-speed transmission
Definition at line 252 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigPhyTimer().
The maximum time required to perform a read command
Definition at line 255 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigPhyTimer().
uint32_t DSI_PHY_TimerTypeDef::StopWaitTime |
The minimum wait period to request a High-Speed transmission after the Stop state
Definition at line 257 of file stm32f4xx_hal_dsi.h.
Referenced by HAL_DSI_ConfigPhyTimer().