STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for SPI Error Code:

Macros

#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 HAL_SPI_ERROR_ABORT   (0x00000040U)

Detailed Description

Macro Definition Documentation

◆ HAL_SPI_ERROR_ABORT

#define HAL_SPI_ERROR_ABORT   (0x00000040U)

Error during SPI Abort procedure

Definition at line 195 of file stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_CRC

#define HAL_SPI_ERROR_CRC   (0x00000002U)

CRC error

Definition at line 190 of file stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_DMA

#define HAL_SPI_ERROR_DMA   (0x00000010U)

DMA transfer error

Definition at line 193 of file stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_FLAG

#define HAL_SPI_ERROR_FLAG   (0x00000020U)

Error on RXNE/TXE/BSY Flag

Definition at line 194 of file stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_FRE

#define HAL_SPI_ERROR_FRE   (0x00000008U)

FRE error

Definition at line 192 of file stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_MODF

#define HAL_SPI_ERROR_MODF   (0x00000001U)

MODF error

Definition at line 189 of file stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_NONE

#define HAL_SPI_ERROR_NONE   (0x00000000U)

No error

Definition at line 188 of file stm32f4xx_hal_spi.h.

◆ HAL_SPI_ERROR_OVR

#define HAL_SPI_ERROR_OVR   (0x00000004U)

OVR error

Definition at line 191 of file stm32f4xx_hal_spi.h.