Macros

#define LL_QSPI_SLAVE_OUTDIS   0x00000000UL
 
#define LL_QSPI_SLAVE_OUTEN   (1UL << QSPI_CTRL0_SLVOE_Pos)
 
#define LL_SPI_SLAVE_OUTDIS   0x00000000UL
 
#define LL_SPI_SLAVE_OUTEN   (1UL << SPI_CTRL0_S_OUT_EN_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_QSPI_SLAVE_OUTDIS

#define LL_QSPI_SLAVE_OUTDIS   0x00000000UL

Output enable for SPI transfer as slave

Definition at line 450 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_SLAVE_OUTEN

#define LL_QSPI_SLAVE_OUTEN   (1UL << QSPI_CTRL0_SLVOE_Pos)

Output disable for SPI transfer as slave

Definition at line 451 of file gr55xx_ll_qspi.h.

◆ LL_SPI_SLAVE_OUTDIS

#define LL_SPI_SLAVE_OUTDIS   0x00000000UL

Output enable for SPI transfer as slave

Definition at line 252 of file gr55xx_ll_spi.h.

◆ LL_SPI_SLAVE_OUTEN

#define LL_SPI_SLAVE_OUTEN   (1UL << SPI_CTRL0_S_OUT_EN_POS)

Output disable for SPI transfer as slave

Definition at line 253 of file gr55xx_ll_spi.h.