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

DSI HOST Timeouts definition. More...

#include <stm32f4xx_hal_dsi.h>

Collaboration diagram for DSI_HOST_TimeoutTypeDef:

Data Fields

uint32_t TimeoutCkdiv
 
uint32_t HighSpeedTransmissionTimeout
 
uint32_t LowPowerReceptionTimeout
 
uint32_t HighSpeedReadTimeout
 
uint32_t LowPowerReadTimeout
 
uint32_t HighSpeedWriteTimeout
 
uint32_t HighSpeedWritePrespMode
 
uint32_t LowPowerWriteTimeout
 
uint32_t BTATimeout
 

Detailed Description

DSI HOST Timeouts definition.

Definition at line 267 of file stm32f4xx_hal_dsi.h.

Field Documentation

◆ TimeoutCkdiv

uint32_t DSI_HOST_TimeoutTypeDef::TimeoutCkdiv

Time-out clock division

Definition at line 269 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigHostTimeouts().

◆ HighSpeedTransmissionTimeout

uint32_t DSI_HOST_TimeoutTypeDef::HighSpeedTransmissionTimeout

High-speed transmission time-out

Definition at line 271 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigHostTimeouts().

◆ LowPowerReceptionTimeout

uint32_t DSI_HOST_TimeoutTypeDef::LowPowerReceptionTimeout

Low-power reception time-out

Definition at line 273 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigHostTimeouts().

◆ HighSpeedReadTimeout

uint32_t DSI_HOST_TimeoutTypeDef::HighSpeedReadTimeout

High-speed read time-out

Definition at line 275 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigHostTimeouts().

◆ LowPowerReadTimeout

uint32_t DSI_HOST_TimeoutTypeDef::LowPowerReadTimeout

Low-power read time-out

Definition at line 277 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigHostTimeouts().

◆ HighSpeedWriteTimeout

uint32_t DSI_HOST_TimeoutTypeDef::HighSpeedWriteTimeout

High-speed write time-out

Definition at line 279 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigHostTimeouts().

◆ HighSpeedWritePrespMode

uint32_t DSI_HOST_TimeoutTypeDef::HighSpeedWritePrespMode

High-speed write presp mode This parameter can be any value of DSI HS Presp Mode

Definition at line 281 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigHostTimeouts().

◆ LowPowerWriteTimeout

uint32_t DSI_HOST_TimeoutTypeDef::LowPowerWriteTimeout

Low-speed write time-out

Definition at line 284 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigHostTimeouts().

◆ BTATimeout

uint32_t DSI_HOST_TimeoutTypeDef::BTATimeout

BTA time-out

Definition at line 286 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigHostTimeouts().


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