STM32F439xx HAL User Manual
Defines
Get Flags Defines
SPI Exported Constants

Flags defines which can be used with LL_SPI_ReadReg function. More...

Defines

#define LL_SPI_SR_RXNE   SPI_SR_RXNE
#define LL_SPI_SR_TXE   SPI_SR_TXE
#define LL_SPI_SR_BSY   SPI_SR_BSY
#define LL_SPI_SR_CRCERR   SPI_SR_CRCERR
#define LL_SPI_SR_MODF   SPI_SR_MODF
#define LL_SPI_SR_OVR   SPI_SR_OVR
#define LL_SPI_SR_FRE   SPI_SR_FRE

Detailed Description

Flags defines which can be used with LL_SPI_ReadReg function.


Define Documentation

#define LL_SPI_SR_BSY   SPI_SR_BSY

Busy flag

Definition at line 141 of file stm32f4xx_ll_spi.h.

#define LL_SPI_SR_CRCERR   SPI_SR_CRCERR

CRC error flag

Definition at line 142 of file stm32f4xx_ll_spi.h.

#define LL_SPI_SR_FRE   SPI_SR_FRE

TI mode frame format error flag

Definition at line 145 of file stm32f4xx_ll_spi.h.

#define LL_SPI_SR_MODF   SPI_SR_MODF

Mode fault flag

Definition at line 143 of file stm32f4xx_ll_spi.h.

#define LL_SPI_SR_OVR   SPI_SR_OVR

Overrun flag

Definition at line 144 of file stm32f4xx_ll_spi.h.

#define LL_SPI_SR_RXNE   SPI_SR_RXNE

Rx buffer not empty flag

Definition at line 139 of file stm32f4xx_ll_spi.h.

#define LL_SPI_SR_TXE   SPI_SR_TXE

Tx buffer empty flag

Definition at line 140 of file stm32f4xx_ll_spi.h.