STM32H735xx HAL User Manual
Data Fields
OSPI_HyperbusCfgTypeDef Struct Reference

HAL OSPI Hyperbus Configuration Structure definition. More...

#include <stm32h7xx_hal_ospi.h>

Data Fields

uint32_t RWRecoveryTime
uint32_t AccessTime
uint32_t WriteZeroLatency
uint32_t LatencyMode

Detailed Description

HAL OSPI Hyperbus Configuration Structure definition.

Definition at line 187 of file stm32h7xx_hal_ospi.h.


Field Documentation

It indicates the number of cycles for the device access time. This parameter can be a value between 0 and 255

Definition at line 191 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_HyperbusCfg().

It configures the latency mode. This parameter can be a value of OSPI Hyperbus Latency Mode

Definition at line 195 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_HyperbusCfg().

It indicates the number of cycles for the device read write recovery time. This parameter can be a value between 0 and 255

Definition at line 189 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_HyperbusCfg().

It enables or not the latency for the write access. This parameter can be a value of OSPI Hyperbus Write Zero Latency Activation

Definition at line 193 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_HyperbusCfg().


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