|
STM32H735xx HAL User Manual
|
HAL OSPI Hyperbus Command Structure definition. More...
#include <stm32h7xx_hal_ospi.h>
Data Fields | |
| uint32_t | AddressSpace |
| uint32_t | Address |
| uint32_t | AddressSize |
| uint32_t | NbData |
| uint32_t | DQSMode |
HAL OSPI Hyperbus Command Structure definition.
Definition at line 202 of file stm32h7xx_hal_ospi.h.
| uint32_t OSPI_HyperbusCmdTypeDef::Address |
It contains the address to be sent tot he device. This parameter can be a value between 0 and 0xFFFFFFFF
Definition at line 206 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_HyperbusCmd().
| uint32_t OSPI_HyperbusCmdTypeDef::AddressSize |
It indicates the size of the address. This parameter can be a value of OSPI Address Size
Definition at line 208 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_HyperbusCmd().
It indicates the address space accessed by the command. This parameter can be a value of OSPI Hyperbus Address Space
Definition at line 204 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_HyperbusCmd().
| uint32_t OSPI_HyperbusCmdTypeDef::DQSMode |
It enables or not the data strobe management. This parameter can be a value of OSPI DQS Mode
Definition at line 214 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_HyperbusCmd().
| uint32_t OSPI_HyperbusCmdTypeDef::NbData |
It indicates the number of data transferred with this command. This field is only used for indirect mode. This parameter can be a value between 1 and 0xFFFFFFFF In case of autopolling mode, this parameter can be any value between 1 and 4
Definition at line 210 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPI_HyperbusCmd().
1.7.6.1