STM32H735xx HAL User Manual
Defines
OSPI Error Code
OSPI Exported Constants

Defines

#define HAL_OSPI_ERROR_NONE   ((uint32_t)0x00000000U)
#define HAL_OSPI_ERROR_TIMEOUT   ((uint32_t)0x00000001U)
#define HAL_OSPI_ERROR_TRANSFER   ((uint32_t)0x00000002U)
#define HAL_OSPI_ERROR_DMA   ((uint32_t)0x00000004U)
#define HAL_OSPI_ERROR_INVALID_PARAM   ((uint32_t)0x00000008U)
#define HAL_OSPI_ERROR_INVALID_SEQUENCE   ((uint32_t)0x00000010U)
#define HAL_OSPI_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000020U)

Define Documentation

#define HAL_OSPI_ERROR_DMA   ((uint32_t)0x00000004U)

DMA transfer error

Definition at line 327 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_Abort(), HAL_OSPI_Receive_DMA(), and HAL_OSPI_Transmit_DMA().

#define HAL_OSPI_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000020U)

Invalid callback error

Definition at line 331 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_RegisterCallback(), and HAL_OSPI_UnRegisterCallback().

#define HAL_OSPI_ERROR_INVALID_PARAM   ((uint32_t)0x00000008U)
#define HAL_OSPI_ERROR_INVALID_SEQUENCE   ((uint32_t)0x00000010U)
#define HAL_OSPI_ERROR_NONE   ((uint32_t)0x00000000U)

No error

Definition at line 324 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_Command(), HAL_OSPI_Command_IT(), HAL_OSPI_Init(), and HAL_OSPI_IRQHandler().

#define HAL_OSPI_ERROR_TIMEOUT   ((uint32_t)0x00000001U)

Timeout error

Definition at line 325 of file stm32h7xx_hal_ospi.h.

#define HAL_OSPI_ERROR_TRANSFER   ((uint32_t)0x00000002U)

Transfer error

Definition at line 326 of file stm32h7xx_hal_ospi.h.

Referenced by HAL_OSPI_IRQHandler().