STM32L443xx HAL User Manual
|
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 |
Flags defines which can be used with LL_SPI_ReadReg function.
#define LL_SPI_SR_BSY SPI_SR_BSY |
Busy flag
Definition at line 124 of file stm32l4xx_ll_spi.h.
#define LL_SPI_SR_CRCERR SPI_SR_CRCERR |
CRC error flag
Definition at line 125 of file stm32l4xx_ll_spi.h.
#define LL_SPI_SR_FRE SPI_SR_FRE |
TI mode frame format error flag
Definition at line 128 of file stm32l4xx_ll_spi.h.
#define LL_SPI_SR_MODF SPI_SR_MODF |
Mode fault flag
Definition at line 126 of file stm32l4xx_ll_spi.h.
#define LL_SPI_SR_OVR SPI_SR_OVR |
Overrun flag
Definition at line 127 of file stm32l4xx_ll_spi.h.
#define LL_SPI_SR_RXNE SPI_SR_RXNE |
Rx buffer not empty flag
Definition at line 122 of file stm32l4xx_ll_spi.h.
#define LL_SPI_SR_TXE SPI_SR_TXE |
Tx buffer empty flag
Definition at line 123 of file stm32l4xx_ll_spi.h.