STM32L486xx 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 255 of file stm32l4xx_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 250 of file stm32l4xx_hal_qspi.h.

Referenced by QSPI_WaitFlagStateUntilTimeout().

#define HAL_QSPI_ERROR_TRANSFER   0x00000002U

Transfer error

Definition at line 251 of file stm32l4xx_hal_qspi.h.

Referenced by HAL_QSPI_IRQHandler().