Macros

#define SPI_IT_MST   LL_SPI_IS_MST
 
#define SPI_IT_RXF   LL_SPI_IS_RXF
 
#define SPI_IT_RXO   LL_SPI_IS_RXO
 
#define SPI_IT_RXU   LL_SPI_IS_RXU
 
#define SPI_IT_TXO   LL_SPI_IS_TXO
 
#define SPI_IT_TXE   LL_SPI_IS_TXE
 

Detailed Description

Macro Definition Documentation

◆ SPI_IT_MST

#define SPI_IT_MST   LL_SPI_IS_MST

Multi-Master Contention Interrupt flag

Definition at line 391 of file hal_spi.h.

◆ SPI_IT_RXF

#define SPI_IT_RXF   LL_SPI_IS_RXF

Receive FIFO Full Interrupt flag

Definition at line 392 of file hal_spi.h.

◆ SPI_IT_RXO

#define SPI_IT_RXO   LL_SPI_IS_RXO

Receive FIFO Overflow Interrupt flag

Definition at line 393 of file hal_spi.h.

◆ SPI_IT_RXU

#define SPI_IT_RXU   LL_SPI_IS_RXU

Receive FIFO Underflow Interrupt flag

Definition at line 394 of file hal_spi.h.

◆ SPI_IT_TXE

#define SPI_IT_TXE   LL_SPI_IS_TXE

Transmit FIFO Empty Interrupt flag

Definition at line 396 of file hal_spi.h.

◆ SPI_IT_TXO

#define SPI_IT_TXO   LL_SPI_IS_TXO

Transmit FIFO Overflow Interrupt flag

Definition at line 395 of file hal_spi.h.