STM32H735xx HAL User Manual
|
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. |
OSPI IO Manager configuration function.
=============================================================================== ##### IO Manager configuration function ##### =============================================================================== [..] This subsection provides a set of functions allowing to : (+) Configure the IO manager.
HAL_StatusTypeDef HAL_OSPIM_Config | ( | OSPI_HandleTypeDef * | hospi, |
OSPIM_CfgTypeDef * | cfg, | ||
uint32_t | Timeout | ||
) |
Configure the OctoSPI IO manager.
hospi | : OSPI handle |
cfg | : Configuration of the IO Manager for the instance |
Timeout | : Timeout duration |
HAL | status |
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.