Macros

#define QSPI_IT_TXU   LL_QSPI_IS_TXU
 
#define QSPI_IT_XRXO   LL_QSPI_IS_XRXO
 
#define QSPI_IT_MST   LL_QSPI_IS_MST
 
#define QSPI_IT_RXF   LL_QSPI_IS_RXF
 
#define QSPI_IT_RXO   LL_QSPI_IS_RXO
 
#define QSPI_IT_RXU   LL_QSPI_IS_RXU
 
#define QSPI_IT_TXO   LL_QSPI_IS_TXO
 
#define QSPI_IT_TXE   LL_QSPI_IS_TXE
 
#define QSPI_IT_ALL   LL_QSPI_IS_ALL
 

Detailed Description

Macro Definition Documentation

◆ QSPI_IT_ALL

#define QSPI_IT_ALL   LL_QSPI_IS_ALL

ALL QSPI Interrupts flag.

Definition at line 556 of file gr55xx_hal_qspi.h.

◆ QSPI_IT_MST

#define QSPI_IT_MST   LL_QSPI_IS_MST

Multi-Master Contention Interrupt flag.

Definition at line 550 of file gr55xx_hal_qspi.h.

◆ QSPI_IT_RXF

#define QSPI_IT_RXF   LL_QSPI_IS_RXF

Receive FIFO Full Interrupt flag.

Definition at line 551 of file gr55xx_hal_qspi.h.

◆ QSPI_IT_RXO

#define QSPI_IT_RXO   LL_QSPI_IS_RXO

Receive FIFO Overflow Interrupt flag.

Definition at line 552 of file gr55xx_hal_qspi.h.

◆ QSPI_IT_RXU

#define QSPI_IT_RXU   LL_QSPI_IS_RXU

Receive FIFO Underflow Interrupt flag.

Definition at line 553 of file gr55xx_hal_qspi.h.

◆ QSPI_IT_TXE

#define QSPI_IT_TXE   LL_QSPI_IS_TXE

Transmit FIFO Empty Interrupt flag.

Definition at line 555 of file gr55xx_hal_qspi.h.

◆ QSPI_IT_TXO

#define QSPI_IT_TXO   LL_QSPI_IS_TXO

Transmit FIFO Overflow Interrupt flag.

Definition at line 554 of file gr55xx_hal_qspi.h.

◆ QSPI_IT_TXU

#define QSPI_IT_TXU   LL_QSPI_IS_TXU

Transmit FIFO Underflow Interrupt flag

Definition at line 548 of file gr55xx_hal_qspi.h.

◆ QSPI_IT_XRXO

#define QSPI_IT_XRXO   LL_QSPI_IS_XRXO

XIP Receive FIFO Overflow Interrupt flag.

Definition at line 549 of file gr55xx_hal_qspi.h.