STM32H735xx HAL User Manual
|
HAL OSPI IO Manager Configuration structure definition. More...
#include <stm32h7xx_hal_ospi.h>
Data Fields | |
uint32_t | ClkPort |
uint32_t | DQSPort |
uint32_t | NCSPort |
uint32_t | IOLowPort |
uint32_t | IOHighPort |
uint32_t | Req2AckTime |
HAL OSPI IO Manager Configuration structure definition.
Definition at line 249 of file stm32h7xx_hal_ospi.h.
uint32_t OSPIM_CfgTypeDef::ClkPort |
It indicates which port of the OSPI IO Manager is used for the CLK pins. This parameter can be a value between 1 and 8
Definition at line 251 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPIM_Config().
uint32_t OSPIM_CfgTypeDef::DQSPort |
It indicates which port of the OSPI IO Manager is used for the DQS pin. This parameter can be a value between 0 and 8, 0 means that signal not used
Definition at line 253 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPIM_Config().
uint32_t OSPIM_CfgTypeDef::IOHighPort |
It indicates which port of the OSPI IO Manager is used for the IO[7:4] pins. This parameter can be a value of OSPI IO Manager IO Port
Definition at line 259 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPIM_Config().
uint32_t OSPIM_CfgTypeDef::IOLowPort |
It indicates which port of the OSPI IO Manager is used for the IO[3:0] pins. This parameter can be a value of OSPI IO Manager IO Port
Definition at line 257 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPIM_Config().
uint32_t OSPIM_CfgTypeDef::NCSPort |
It indicates which port of the OSPI IO Manager is used for the NCS pin. This parameter can be a value between 1 and 8
Definition at line 255 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPIM_Config().
uint32_t OSPIM_CfgTypeDef::Req2AckTime |
It indicates the minimum switching duration (in number of clock cycles) expected if some signals are multiplexed in the OSPI IO Manager with the other OSPI. This parameter can be a value between 1 and 256
Definition at line 261 of file stm32h7xx_hal_ospi.h.
Referenced by HAL_OSPIM_Config().