HAL
SPI_FLAG_CRCERR is only used within HAL.
 
Symbols
loading...
Files
loading...

SPI_FLAG_CRCERR macro

Syntax

#define SPI_FLAG_CRCERR SPI_SR_CRCERR

References

LocationText
stm32f4xx_hal_spi.h:317
#define SPI_FLAG_CRCERR SPI_SR_CRCERR /* SPI Error flag: CRC error flag */
stm32f4xx_hal_spi.c:1111
if (__HAL_SPI_GET_FLAG(hspi, SPI_FLAG_CRCERR))
stm32f4xx_hal_spi.c:1347
if (__HAL_SPI_GET_FLAG(hspi, SPI_FLAG_CRCERR))
stm32f4xx_hal_spi.c:2822
if (__HAL_SPI_GET_FLAG(hspi, SPI_FLAG_CRCERR))
stm32f4xx_hal_spi.c:2902
if (__HAL_SPI_GET_FLAG(hspi, SPI_FLAG_CRCERR))
stm32f4xx_hal_spi.c:3716
if (__HAL_SPI_GET_FLAG(hspi, SPI_FLAG_CRCERR) != RESET)
stm32f4xx_hal_spi.c:3795
if (__HAL_SPI_GET_FLAG(hspi, SPI_FLAG_CRCERR) != RESET)
stm32f4xx_hal_spi.h:409
#define __HAL_SPI_CLEAR_CRCERRFLAG(__HANDLE__) ((__HANDLE__)->Instance->SR = (uint16_t)(~SPI_FLAG_CRCERR))