Interrupt definitions which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions. More...

Macros

#define LL_SSI_IM_MST   SSI_INTMASK_MSTIM
 
#define LL_SSI_IM_RXF   SSI_INTMASK_RXFIM
 
#define LL_SSI_IM_RXO   SSI_INTMASK_RXOIM
 
#define LL_SSI_IM_RXU   SSI_INTMASK_RXUIM
 
#define LL_SSI_IM_TXO   SSI_INTMASK_TXOIM
 
#define LL_SSI_IM_TXE   SSI_INTMASK_TXEIM
 
#define LL_SSI_IS_MST   SSI_INTSTAT_MSTIS
 
#define LL_SSI_IS_RXF   SSI_INTSTAT_RXFIS
 
#define LL_SSI_IS_RXO   SSI_INTSTAT_RXOIS
 
#define LL_SSI_IS_RXU   SSI_INTSTAT_RXUIS
 
#define LL_SSI_IS_TXO   SSI_INTSTAT_TXOIS
 
#define LL_SSI_IS_TXE   SSI_INTSTAT_TXEIS
 
#define LL_SSI_RIS_MST   SSI_RAW_INTSTAT_MSTIR
 
#define LL_SSI_RIS_RXF   SSI_RAW_INTSTAT_RXFIR
 
#define LL_SSI_RIS_RXO   SSI_RAW_INTSTAT_RXOIR
 
#define LL_SSI_RIS_RXU   SSI_RAW_INTSTAT_RXUIR
 
#define LL_SSI_RIS_TXO   SSI_RAW_INTSTAT_TXOIR
 
#define LL_SSI_RIS_TXE   SSI_RAW_INTSTAT_TXEIR
 

Detailed Description

Interrupt definitions which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions.

Macro Definition Documentation

◆ LL_SSI_IM_MST

#define LL_SSI_IM_MST   SSI_INTMASK_MSTIM

Multi-Master Contention Interrupt enable

Definition at line 218 of file gr55xx_ll_spi.h.

◆ LL_SSI_IM_RXF

#define LL_SSI_IM_RXF   SSI_INTMASK_RXFIM

Receive FIFO Full Interrupt enable

Definition at line 219 of file gr55xx_ll_spi.h.

◆ LL_SSI_IM_RXO

#define LL_SSI_IM_RXO   SSI_INTMASK_RXOIM

Receive FIFO Overflow Interrupt enable

Definition at line 220 of file gr55xx_ll_spi.h.

◆ LL_SSI_IM_RXU

#define LL_SSI_IM_RXU   SSI_INTMASK_RXUIM

Receive FIFO Underflow Interrupt enable

Definition at line 221 of file gr55xx_ll_spi.h.

◆ LL_SSI_IM_TXE

#define LL_SSI_IM_TXE   SSI_INTMASK_TXEIM

Transmit FIFO Empty Interrupt enable

Definition at line 223 of file gr55xx_ll_spi.h.

◆ LL_SSI_IM_TXO

#define LL_SSI_IM_TXO   SSI_INTMASK_TXOIM

Transmit FIFO Overflow Interrupt enable

Definition at line 222 of file gr55xx_ll_spi.h.

◆ LL_SSI_IS_MST

#define LL_SSI_IS_MST   SSI_INTSTAT_MSTIS

Multi-Master Contention Interrupt flag

Definition at line 225 of file gr55xx_ll_spi.h.

◆ LL_SSI_IS_RXF

#define LL_SSI_IS_RXF   SSI_INTSTAT_RXFIS

Receive FIFO Full Interrupt flag

Definition at line 226 of file gr55xx_ll_spi.h.

◆ LL_SSI_IS_RXO

#define LL_SSI_IS_RXO   SSI_INTSTAT_RXOIS

Receive FIFO Overflow Interrupt flag

Definition at line 227 of file gr55xx_ll_spi.h.

◆ LL_SSI_IS_RXU

#define LL_SSI_IS_RXU   SSI_INTSTAT_RXUIS

Receive FIFO Underflow Interrupt flag

Definition at line 228 of file gr55xx_ll_spi.h.

◆ LL_SSI_IS_TXE

#define LL_SSI_IS_TXE   SSI_INTSTAT_TXEIS

Transmit FIFO Empty Interrupt flag

Definition at line 230 of file gr55xx_ll_spi.h.

◆ LL_SSI_IS_TXO

#define LL_SSI_IS_TXO   SSI_INTSTAT_TXOIS

Transmit FIFO Overflow Interrupt flag

Definition at line 229 of file gr55xx_ll_spi.h.

◆ LL_SSI_RIS_MST

#define LL_SSI_RIS_MST   SSI_RAW_INTSTAT_MSTIR

Multi-Master Contention RAW Interrupt flag

Definition at line 232 of file gr55xx_ll_spi.h.

◆ LL_SSI_RIS_RXF

#define LL_SSI_RIS_RXF   SSI_RAW_INTSTAT_RXFIR

Receive FIFO Full RAW Interrupt flag

Definition at line 233 of file gr55xx_ll_spi.h.

◆ LL_SSI_RIS_RXO

#define LL_SSI_RIS_RXO   SSI_RAW_INTSTAT_RXOIR

Receive FIFO Overflow RAW Interrupt flag

Definition at line 234 of file gr55xx_ll_spi.h.

◆ LL_SSI_RIS_RXU

#define LL_SSI_RIS_RXU   SSI_RAW_INTSTAT_RXUIR

Receive FIFO Underflow RAW Interrupt flag

Definition at line 235 of file gr55xx_ll_spi.h.

◆ LL_SSI_RIS_TXE

#define LL_SSI_RIS_TXE   SSI_RAW_INTSTAT_TXEIR

Transmit FIFO Empty RAW Interrupt flag

Definition at line 237 of file gr55xx_ll_spi.h.

◆ LL_SSI_RIS_TXO

#define LL_SSI_RIS_TXO   SSI_RAW_INTSTAT_TXOIR

Transmit FIFO Overflow RAW Interrupt flag

Definition at line 236 of file gr55xx_ll_spi.h.