STM32F439xx HAL User Manual
Defines
SPI Error Code
SPI Exported Constants

Defines

#define HAL_SPI_ERROR_NONE   0x00000000U
#define HAL_SPI_ERROR_MODF   0x00000001U
#define HAL_SPI_ERROR_CRC   0x00000002U
#define HAL_SPI_ERROR_OVR   0x00000004U
#define HAL_SPI_ERROR_FRE   0x00000008U
#define HAL_SPI_ERROR_DMA   0x00000010U
#define HAL_SPI_ERROR_FLAG   0x00000020U

Define Documentation

#define HAL_SPI_ERROR_CRC   0x00000002U
#define HAL_SPI_ERROR_DMA   0x00000010U

DMA transfer error

Definition at line 171 of file stm32f4xx_hal_spi.h.

Referenced by SPI_DMAError().

#define HAL_SPI_ERROR_FLAG   0x00000020U
#define HAL_SPI_ERROR_FRE   0x00000008U

FRE error

Definition at line 170 of file stm32f4xx_hal_spi.h.

Referenced by HAL_SPI_IRQHandler().

#define HAL_SPI_ERROR_MODF   0x00000001U

MODF error

Definition at line 167 of file stm32f4xx_hal_spi.h.

Referenced by HAL_SPI_IRQHandler().

#define HAL_SPI_ERROR_NONE   0x00000000U
#define HAL_SPI_ERROR_OVR   0x00000004U

OVR error

Definition at line 169 of file stm32f4xx_hal_spi.h.

Referenced by HAL_SPI_IRQHandler().