STM32H735xx HAL User Manual
|
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 |
HAL OSPI Hyperbus Configuration Structure definition.
Definition at line 187 of file stm32h7xx_hal_ospi.h.
uint32_t OSPI_HyperbusCfgTypeDef::AccessTime |
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().
uint32_t OSPI_HyperbusCfgTypeDef::LatencyMode |
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().