Macros

#define LL_DSPI_DMA_TX_DIS   0x00000000UL
 
#define LL_DSPI_DMA_TX_EN   DSPI_CR2_TXDMAEN
 
#define LL_DSPI_DMA_RX_DIS   0x00000000UL
 
#define LL_DSPI_DMA_RX_EN   DSPI_CR2_RXDMAEN
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_DMA_RX_DIS

#define LL_DSPI_DMA_RX_DIS   0x00000000UL

Disable the receive FIFO DMA channel

Definition at line 244 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_DMA_RX_EN

#define LL_DSPI_DMA_RX_EN   DSPI_CR2_RXDMAEN

Enable the receive FIFO DMA channel

Definition at line 245 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_DMA_TX_DIS

#define LL_DSPI_DMA_TX_DIS   0x00000000UL

Disable the transmit FIFO DMA channel

Definition at line 241 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_DMA_TX_EN

#define LL_DSPI_DMA_TX_EN   DSPI_CR2_TXDMAEN

Enable the transmit FIFO DMA channel

Definition at line 242 of file gr55xx_ll_dspi.h.