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

Macros

#define LL_QSPI_IM_SPITE   QSPI_INTMASK_SPITEIM
 
#define LL_QSPI_IM_TXU   QSPI_INTMASK_TXUIM
 
#define LL_QSPI_IM_XRXO   QSPI_INTMASK_XRXOIM
 
#define LL_QSPI_IM_MST   QSPI_INTMASK_MSTIM
 
#define LL_QSPI_IM_RXF   QSPI_INTMASK_RXFIM
 
#define LL_QSPI_IM_RXO   QSPI_INTMASK_RXOIM
 
#define LL_QSPI_IM_RXU   QSPI_INTMASK_RXUIM
 
#define LL_QSPI_IM_TXO   QSPI_INTMASK_TXOIM
 
#define LL_QSPI_IM_TXE   QSPI_INTMASK_TXEIM
 
#define LL_QSPI_IM_ALL
 
#define LL_QSPI_IS_SPITE   QSPI_INTMASK_SPITEIS
 
#define LL_QSPI_IS_TXU   QSPI_INTMASK_TXUIS
 
#define LL_QSPI_IS_XRXO   QSPI_INTSTAT_XRXOIS
 
#define LL_QSPI_IS_MST   QSPI_INTSTAT_MSTIS
 
#define LL_QSPI_IS_RXF   QSPI_INTSTAT_RXFIS
 
#define LL_QSPI_IS_RXO   QSPI_INTSTAT_RXOIS
 
#define LL_QSPI_IS_RXU   QSPI_INTSTAT_RXUIS
 
#define LL_QSPI_IS_TXO   QSPI_INTSTAT_TXOIS
 
#define LL_QSPI_IS_TXE   QSPI_INTSTAT_TXEIS
 
#define LL_QSPI_IS_ALL
 
#define LL_QSPI_RIS_SPITE   QSPI_RAW_INTMASK_SPITEIR
 
#define LL_QSPI_RIS_TXU   QSPI_RAW_INTMASK_TXUIIR
 
#define LL_QSPI_RIS_XRXO   QSPI_RAW_INTSTAT_XRXOIR
 
#define LL_QSPI_RIS_MST   QSPI_RAW_INTSTAT_MSTIR
 
#define LL_QSPI_RIS_RXF   QSPI_RAW_INTSTAT_RXFIR
 
#define LL_QSPI_RIS_RXO   QSPI_RAW_INTSTAT_RXOIR
 
#define LL_QSPI_RIS_RXU   QSPI_RAW_INTSTAT_RXUIR
 
#define LL_QSPI_RIS_TXO   QSPI_RAW_INTSTAT_TXOIR
 
#define LL_QSPI_RIS_TXE   QSPI_RAW_INTSTAT_TXEIR
 
#define LL_QSPI_RIS_ALL
 
#define LL_SPI_IM_MST   SPI_INT_MASK_MULTI_M_CIM
 
#define LL_SPI_IM_RXF   SPI_INT_MASK_RX_FIFO_FIM
 
#define LL_SPI_IM_RXO   SPI_INT_MASK_RX_FIFO_OIM
 
#define LL_SPI_IM_RXU   SPI_INT_MASK_RX_FIFO_UIM
 
#define LL_SPI_IM_TXO   SPI_INT_MASK_TX_FIFO_OIM
 
#define LL_SPI_IM_TXE   SPI_INT_MASK_TX_FIFO_EIM
 
#define LL_SPI_IS_MST   SPI_INT_STAT_MULTI_M_CIS
 
#define LL_SPI_IS_RXF   SPI_INT_STAT_RX_FIFO_FIS
 
#define LL_SPI_IS_RXO   SPI_INT_STAT_RX_FIFO_OIS
 
#define LL_SPI_IS_RXU   SPI_INT_STAT_RX_FIFO_UIS
 
#define LL_SPI_IS_TXO   SPI_INT_STAT_TX_FIFO_OIS
 
#define LL_SPI_IS_TXE   SPI_INT_STAT_TX_FIFO_EIS
 
#define LL_SPI_RIS_MST   SPI_RAW_INT_STAT_MULTI_M_CRIS
 
#define LL_SPI_RIS_RXF   SPI_RAW_INT_STAT_RX_FIFO_FRIS
 
#define LL_SPI_RIS_RXO   SPI_RAW_INT_STAT_RX_FIFO_ORIS
 
#define LL_SPI_RIS_RXU   SPI_RAW_INT_STAT_RX_FIFO_URIS
 
#define LL_SPI_RIS_TXO   SPI_RAW_INT_STAT_TX_FIFO_ORIS
 
#define LL_SPI_RIS_TXE   SPI_RAW_INT_STAT_TX_FIFO_ERIS
 

Detailed Description

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

Macro Definition Documentation

◆ LL_QSPI_IM_ALL

#define LL_QSPI_IM_ALL
Value:
LL_QSPI_IM_TXU | \
LL_QSPI_IM_XRXO | \
LL_QSPI_IM_MST | \
LL_QSPI_IM_RXF | \
LL_QSPI_IM_RXO | \
LL_QSPI_IM_RXU | \
LL_QSPI_IM_TXO | \
LL_QSPI_IM_TXE)

Definition at line 327 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IM_MST

#define LL_QSPI_IM_MST   QSPI_INTMASK_MSTIM

Multi-Master Contention Interrupt enable

Definition at line 321 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IM_RXF

#define LL_QSPI_IM_RXF   QSPI_INTMASK_RXFIM

Receive FIFO Full Interrupt enable

Definition at line 322 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IM_RXO

#define LL_QSPI_IM_RXO   QSPI_INTMASK_RXOIM

Receive FIFO Overflow Interrupt enable

Definition at line 323 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IM_RXU

#define LL_QSPI_IM_RXU   QSPI_INTMASK_RXUIM

Receive FIFO Underflow Interrupt enable

Definition at line 324 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IM_SPITE

#define LL_QSPI_IM_SPITE   QSPI_INTMASK_SPITEIM

SPI Transmit Error Interrupt enable

Definition at line 318 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IM_TXE

#define LL_QSPI_IM_TXE   QSPI_INTMASK_TXEIM

Transmit FIFO Empty Interrupt enable

Definition at line 326 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IM_TXO

#define LL_QSPI_IM_TXO   QSPI_INTMASK_TXOIM

Transmit FIFO Overflow Interrupt enable

Definition at line 325 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IM_TXU

#define LL_QSPI_IM_TXU   QSPI_INTMASK_TXUIM

Transmit FIFO Underflow Interrupt enable

Definition at line 319 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IM_XRXO

#define LL_QSPI_IM_XRXO   QSPI_INTMASK_XRXOIM

XIP Receive FIFO Overflow Interrupt enable

Definition at line 320 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_ALL

#define LL_QSPI_IS_ALL
Value:
LL_QSPI_IS_TXU | \
LL_QSPI_IS_XRXO | \
LL_QSPI_IS_MST | \
LL_QSPI_IS_RXF | \
LL_QSPI_IS_RXO | \
LL_QSPI_IS_RXU | \
LL_QSPI_IS_TXO | \
LL_QSPI_IS_TXE)

Definition at line 346 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_MST

#define LL_QSPI_IS_MST   QSPI_INTSTAT_MSTIS

Multi-Master Contention Interrupt flag

Definition at line 340 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_RXF

#define LL_QSPI_IS_RXF   QSPI_INTSTAT_RXFIS

Receive FIFO Full Interrupt flag

Definition at line 341 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_RXO

#define LL_QSPI_IS_RXO   QSPI_INTSTAT_RXOIS

Receive FIFO Overflow Interrupt flag

Definition at line 342 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_RXU

#define LL_QSPI_IS_RXU   QSPI_INTSTAT_RXUIS

Receive FIFO Underflow Interrupt flag

Definition at line 343 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_SPITE

#define LL_QSPI_IS_SPITE   QSPI_INTMASK_SPITEIS

SPI Transmit Error Interrupt flag

Definition at line 337 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_TXE

#define LL_QSPI_IS_TXE   QSPI_INTSTAT_TXEIS

Transmit FIFO Empty Interrupt flag

Definition at line 345 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_TXO

#define LL_QSPI_IS_TXO   QSPI_INTSTAT_TXOIS

Transmit FIFO Overflow Interrupt flag

Definition at line 344 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_TXU

#define LL_QSPI_IS_TXU   QSPI_INTMASK_TXUIS

Transmit FIFO Underflow Interrupt flag

Definition at line 338 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_IS_XRXO

#define LL_QSPI_IS_XRXO   QSPI_INTSTAT_XRXOIS

XIP Receive FIFO Overflow Interrupt flag

Definition at line 339 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_ALL

#define LL_QSPI_RIS_ALL
Value:
LL_QSPI_RIS_TXU | \
LL_QSPI_RIS_XRXO | \
LL_QSPI_RIS_MST | \
LL_QSPI_RIS_RXF | \
LL_QSPI_RIS_RXO | \
LL_QSPI_RIS_RXU | \
LL_QSPI_RIS_TXO | \
LL_QSPI_RIS_TXE)

Definition at line 365 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_MST

#define LL_QSPI_RIS_MST   QSPI_RAW_INTSTAT_MSTIR

Multi-Master Contention RAW Interrupt flag

Definition at line 359 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_RXF

#define LL_QSPI_RIS_RXF   QSPI_RAW_INTSTAT_RXFIR

Receive FIFO Full RAW Interrupt flag

Definition at line 360 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_RXO

#define LL_QSPI_RIS_RXO   QSPI_RAW_INTSTAT_RXOIR

Receive FIFO Overflow RAW Interrupt flag

Definition at line 361 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_RXU

#define LL_QSPI_RIS_RXU   QSPI_RAW_INTSTAT_RXUIR

Receive FIFO Underflow RAW Interrupt flag

Definition at line 362 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_SPITE

#define LL_QSPI_RIS_SPITE   QSPI_RAW_INTMASK_SPITEIR

SPI Transmit Error RAW Interrupt flag

Definition at line 356 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_TXE

#define LL_QSPI_RIS_TXE   QSPI_RAW_INTSTAT_TXEIR

Transmit FIFO Empty RAW Interrupt flag

Definition at line 364 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_TXO

#define LL_QSPI_RIS_TXO   QSPI_RAW_INTSTAT_TXOIR

Transmit FIFO Overflow RAW Interrupt flag

Definition at line 363 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_TXU

#define LL_QSPI_RIS_TXU   QSPI_RAW_INTMASK_TXUIIR

Transmit FIFO Underflow RAW Interrupt flag

Definition at line 357 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_RIS_XRXO

#define LL_QSPI_RIS_XRXO   QSPI_RAW_INTSTAT_XRXOIR

XIP Receive FIFO Overflow RAW Interrupt flag

Definition at line 358 of file gr55xx_ll_qspi.h.

◆ LL_SPI_IM_MST

#define LL_SPI_IM_MST   SPI_INT_MASK_MULTI_M_CIM

Multi-Master Contention Interrupt enable

Definition at line 165 of file gr55xx_ll_spi.h.

◆ LL_SPI_IM_RXF

#define LL_SPI_IM_RXF   SPI_INT_MASK_RX_FIFO_FIM

Receive FIFO Full Interrupt enable

Definition at line 166 of file gr55xx_ll_spi.h.

◆ LL_SPI_IM_RXO

#define LL_SPI_IM_RXO   SPI_INT_MASK_RX_FIFO_OIM

Receive FIFO Overflow Interrupt enable

Definition at line 167 of file gr55xx_ll_spi.h.

◆ LL_SPI_IM_RXU

#define LL_SPI_IM_RXU   SPI_INT_MASK_RX_FIFO_UIM

Receive FIFO Underflow Interrupt enable

Definition at line 168 of file gr55xx_ll_spi.h.

◆ LL_SPI_IM_TXE

#define LL_SPI_IM_TXE   SPI_INT_MASK_TX_FIFO_EIM

Transmit FIFO Empty Interrupt enable

Definition at line 170 of file gr55xx_ll_spi.h.

◆ LL_SPI_IM_TXO

#define LL_SPI_IM_TXO   SPI_INT_MASK_TX_FIFO_OIM

Transmit FIFO Overflow Interrupt enable

Definition at line 169 of file gr55xx_ll_spi.h.

◆ LL_SPI_IS_MST

#define LL_SPI_IS_MST   SPI_INT_STAT_MULTI_M_CIS

Multi-Master Contention Interrupt flag

Definition at line 172 of file gr55xx_ll_spi.h.

◆ LL_SPI_IS_RXF

#define LL_SPI_IS_RXF   SPI_INT_STAT_RX_FIFO_FIS

Receive FIFO Full Interrupt flag

Definition at line 173 of file gr55xx_ll_spi.h.

◆ LL_SPI_IS_RXO

#define LL_SPI_IS_RXO   SPI_INT_STAT_RX_FIFO_OIS

Receive FIFO Overflow Interrupt flag

Definition at line 174 of file gr55xx_ll_spi.h.

◆ LL_SPI_IS_RXU

#define LL_SPI_IS_RXU   SPI_INT_STAT_RX_FIFO_UIS

Receive FIFO Underflow Interrupt flag

Definition at line 175 of file gr55xx_ll_spi.h.

◆ LL_SPI_IS_TXE

#define LL_SPI_IS_TXE   SPI_INT_STAT_TX_FIFO_EIS

Transmit FIFO Empty Interrupt flag

Definition at line 177 of file gr55xx_ll_spi.h.

◆ LL_SPI_IS_TXO

#define LL_SPI_IS_TXO   SPI_INT_STAT_TX_FIFO_OIS

Transmit FIFO Overflow Interrupt flag

Definition at line 176 of file gr55xx_ll_spi.h.

◆ LL_SPI_RIS_MST

#define LL_SPI_RIS_MST   SPI_RAW_INT_STAT_MULTI_M_CRIS

Multi-Master Contention RAW Interrupt flag

Definition at line 179 of file gr55xx_ll_spi.h.

◆ LL_SPI_RIS_RXF

#define LL_SPI_RIS_RXF   SPI_RAW_INT_STAT_RX_FIFO_FRIS

Receive FIFO Full RAW Interrupt flag

Definition at line 180 of file gr55xx_ll_spi.h.

◆ LL_SPI_RIS_RXO

#define LL_SPI_RIS_RXO   SPI_RAW_INT_STAT_RX_FIFO_ORIS

Receive FIFO Overflow RAW Interrupt flag

Definition at line 181 of file gr55xx_ll_spi.h.

◆ LL_SPI_RIS_RXU

#define LL_SPI_RIS_RXU   SPI_RAW_INT_STAT_RX_FIFO_URIS

Receive FIFO Underflow RAW Interrupt flag

Definition at line 182 of file gr55xx_ll_spi.h.

◆ LL_SPI_RIS_TXE

#define LL_SPI_RIS_TXE   SPI_RAW_INT_STAT_TX_FIFO_ERIS

Transmit FIFO Empty RAW Interrupt flag

Definition at line 184 of file gr55xx_ll_spi.h.

◆ LL_SPI_RIS_TXO

#define LL_SPI_RIS_TXO   SPI_RAW_INT_STAT_TX_FIFO_ORIS

Transmit FIFO Overflow RAW Interrupt flag

Definition at line 183 of file gr55xx_ll_spi.h.

LL_QSPI_IS_SPITE
#define LL_QSPI_IS_SPITE
Definition: gr55xx_ll_qspi.h:337
LL_QSPI_RIS_SPITE
#define LL_QSPI_RIS_SPITE
Definition: gr55xx_ll_qspi.h:356
LL_QSPI_IM_SPITE
#define LL_QSPI_IM_SPITE
Definition: gr55xx_ll_qspi.h:318