STM32H735xx HAL User Manual
Functions
IO Manager configuration function
OSPI Exported Functions

OSPI IO Manager configuration function. More...

Functions

HAL_StatusTypeDef HAL_OSPIM_Config (OSPI_HandleTypeDef *hospi, OSPIM_CfgTypeDef *cfg, uint32_t Timeout)
 Configure the OctoSPI IO manager.

Detailed Description

OSPI IO Manager configuration function.

 ===============================================================================
                  ##### IO Manager configuration function #####
 ===============================================================================
    [..]
    This subsection provides a set of functions allowing to :
      (+) Configure the IO manager.


Function Documentation

HAL_StatusTypeDef HAL_OSPIM_Config ( OSPI_HandleTypeDef hospi,
OSPIM_CfgTypeDef cfg,
uint32_t  Timeout 
)

Configure the OctoSPI IO manager.

Parameters:
hospi: OSPI handle
cfg: Configuration of the IO Manager for the instance
Timeout: Timeout duration
Return values:
HALstatus

Definition at line 2468 of file stm32h7xx_hal_ospi.c.

References assert_param, OSPIM_CfgTypeDef::ClkPort, OSPIM_CfgTypeDef::DQSPort, __OSPI_HandleTypeDef::ErrorCode, HAL_OSPI_ERROR_INVALID_PARAM, HAL_OSPIM_IOPORT_NONE, __OSPI_HandleTypeDef::Instance, OSPIM_CfgTypeDef::IOHighPort, OSPIM_CfgTypeDef::IOLowPort, OSPIM_CfgTypeDef::NCSPort, and OSPIM_CfgTypeDef::Req2AckTime.