STM32F479xx HAL User Manual
Defines
QSPI Error Code
QSPI Exported Constants

Defines

#define HAL_QSPI_ERROR_NONE   0x00000000U
#define HAL_QSPI_ERROR_TIMEOUT   0x00000001U
#define HAL_QSPI_ERROR_TRANSFER   0x00000002U
#define HAL_QSPI_ERROR_DMA   0x00000004U
#define HAL_QSPI_ERROR_INVALID_PARAM   0x00000008U
#define HAL_QSPI_ERROR_INVALID_CALLBACK   0x00000010U

Define Documentation

#define HAL_QSPI_ERROR_DMA   0x00000004U
#define HAL_QSPI_ERROR_INVALID_CALLBACK   0x00000010U

Invalid callback error

Definition at line 240 of file stm32f4xx_hal_qspi.h.

Referenced by HAL_QSPI_RegisterCallback(), and HAL_QSPI_UnRegisterCallback().

#define HAL_QSPI_ERROR_INVALID_PARAM   0x00000008U
#define HAL_QSPI_ERROR_NONE   0x00000000U
#define HAL_QSPI_ERROR_TIMEOUT   0x00000001U

Timeout error

Definition at line 235 of file stm32f4xx_hal_qspi.h.

Referenced by QSPI_WaitFlagStateUntilTimeout(), and QSPI_WaitFlagStateUntilTimeout_CPUCycle().

#define HAL_QSPI_ERROR_TRANSFER   0x00000002U

Transfer error

Definition at line 236 of file stm32f4xx_hal_qspi.h.

Referenced by HAL_QSPI_IRQHandler().