Macros

#define LL_QSPI_DMA_TX_DIS   0x00000000UL
 
#define LL_QSPI_DMA_TX_EN   QSPI_DMAC_TDMAE
 
#define LL_QSPI_DMA_RX_DIS   0x00000000UL
 
#define LL_QSPI_DMA_RX_EN   QSPI_DMAC_RDMAE
 
#define LL_SPI_DMA_TX_DIS   0x00000000UL
 
#define LL_SPI_DMA_TX_EN   SPI_DMA_CTRL_TX_DMA_EN
 
#define LL_SPI_DMA_RX_DIS   0x00000000UL
 
#define LL_SPI_DMA_RX_EN   SPI_DMA_CTRL_RX_DMA_EN
 

Detailed Description

Macro Definition Documentation

◆ LL_QSPI_DMA_RX_DIS

#define LL_QSPI_DMA_RX_DIS   0x00000000UL

Disable the receive FIFO DMA channel

Definition at line 511 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_DMA_RX_EN

#define LL_QSPI_DMA_RX_EN   QSPI_DMAC_RDMAE

Enable the receive FIFO DMA channel

Definition at line 512 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_DMA_TX_DIS

#define LL_QSPI_DMA_TX_DIS   0x00000000UL

Disable the transmit FIFO DMA channel

Definition at line 508 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_DMA_TX_EN

#define LL_QSPI_DMA_TX_EN   QSPI_DMAC_TDMAE

Enable the transmit FIFO DMA channel

Definition at line 509 of file gr55xx_ll_qspi.h.

◆ LL_SPI_DMA_RX_DIS

#define LL_SPI_DMA_RX_DIS   0x00000000UL

Disable the receive FIFO DMA channel

Definition at line 313 of file gr55xx_ll_spi.h.

◆ LL_SPI_DMA_RX_EN

#define LL_SPI_DMA_RX_EN   SPI_DMA_CTRL_RX_DMA_EN

Enable the receive FIFO DMA channel

Definition at line 314 of file gr55xx_ll_spi.h.

◆ LL_SPI_DMA_TX_DIS

#define LL_SPI_DMA_TX_DIS   0x00000000UL

Disable the transmit FIFO DMA channel

Definition at line 310 of file gr55xx_ll_spi.h.

◆ LL_SPI_DMA_TX_EN

#define LL_SPI_DMA_TX_EN   SPI_DMA_CTRL_TX_DMA_EN

Enable the transmit FIFO DMA channel

Definition at line 311 of file gr55xx_ll_spi.h.