Interrupt definitions which can be used with LL_QSPI_ReadReg and LL_QSPI_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 |
Interrupt definitions which can be used with LL_QSPI_ReadReg and LL_QSPI_WriteReg functions.
#define LL_QSPI_IM_ALL |
Definition at line 327 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IM_MST QSPI_INTMASK_MSTIM |
Multi-Master Contention Interrupt enable
Definition at line 321 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IM_RXF QSPI_INTMASK_RXFIM |
Receive FIFO Full Interrupt enable
Definition at line 322 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IM_RXO QSPI_INTMASK_RXOIM |
Receive FIFO Overflow Interrupt enable
Definition at line 323 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IM_RXU QSPI_INTMASK_RXUIM |
Receive FIFO Underflow Interrupt enable
Definition at line 324 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IM_SPITE QSPI_INTMASK_SPITEIM |
SPI Transmit Error Interrupt enable
Definition at line 318 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IM_TXE QSPI_INTMASK_TXEIM |
Transmit FIFO Empty Interrupt enable
Definition at line 326 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IM_TXO QSPI_INTMASK_TXOIM |
Transmit FIFO Overflow Interrupt enable
Definition at line 325 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IM_TXU QSPI_INTMASK_TXUIM |
Transmit FIFO Underflow Interrupt enable
Definition at line 319 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IM_XRXO QSPI_INTMASK_XRXOIM |
XIP Receive FIFO Overflow Interrupt enable
Definition at line 320 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_ALL |
Definition at line 346 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_MST QSPI_INTSTAT_MSTIS |
Multi-Master Contention Interrupt flag
Definition at line 340 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_RXF QSPI_INTSTAT_RXFIS |
Receive FIFO Full Interrupt flag
Definition at line 341 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_RXO QSPI_INTSTAT_RXOIS |
Receive FIFO Overflow Interrupt flag
Definition at line 342 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_RXU QSPI_INTSTAT_RXUIS |
Receive FIFO Underflow Interrupt flag
Definition at line 343 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_SPITE QSPI_INTMASK_SPITEIS |
SPI Transmit Error Interrupt flag
Definition at line 337 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_TXE QSPI_INTSTAT_TXEIS |
Transmit FIFO Empty Interrupt flag
Definition at line 345 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_TXO QSPI_INTSTAT_TXOIS |
Transmit FIFO Overflow Interrupt flag
Definition at line 344 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_TXU QSPI_INTMASK_TXUIS |
Transmit FIFO Underflow Interrupt flag
Definition at line 338 of file gr55xx_ll_qspi.h.
#define LL_QSPI_IS_XRXO QSPI_INTSTAT_XRXOIS |
XIP Receive FIFO Overflow Interrupt flag
Definition at line 339 of file gr55xx_ll_qspi.h.
#define LL_QSPI_RIS_ALL |
Definition at line 365 of file gr55xx_ll_qspi.h.
#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.
#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.
#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.
#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.
#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.
#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.
#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.
#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.
#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.