+ Collaboration diagram for SPI Slave Select:

Macros

#define SPI_SLAVE_SELECT_0   LL_SSI_SLAVE0
 SPIM Select Slave 0
More...
 
#define SPI_SLAVE_SELECT_1   LL_SSI_SLAVE1
 SPIM Select Slave 1
More...
 
#define SPI_SLAVE_SELECT_ALL   (LL_SSI_SLAVE0 | LL_SSI_SLAVE1)
 SPIM Select All Slave
More...
 

Detailed Description

Macro Definition Documentation

◆ SPI_SLAVE_SELECT_0

#define SPI_SLAVE_SELECT_0   LL_SSI_SLAVE0

SPIM Select Slave 0

Definition at line 294 of file gr55xx_hal_spi.h.

◆ SPI_SLAVE_SELECT_1

#define SPI_SLAVE_SELECT_1   LL_SSI_SLAVE1

SPIM Select Slave 1

Definition at line 295 of file gr55xx_hal_spi.h.

◆ SPI_SLAVE_SELECT_ALL

#define SPI_SLAVE_SELECT_ALL   (LL_SSI_SLAVE0 | LL_SSI_SLAVE1)

SPIM Select All Slave

Definition at line 296 of file gr55xx_hal_spi.h.