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 542 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 536 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 537 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 538 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 539 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 541 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 540 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 534 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 535 of file gr55xx_hal_qspi.h.