+ Collaboration diagram for Slave Out Enable:

Macros

#define LL_SSI_SLAVE_OUTDIS   0x00000000UL
 Output enable for SPI transfer as slave
More...
 
#define LL_SSI_SLAVE_OUTEN   (1UL << SSI_CTRL0_SLVOE_Pos)
 Output disable for SPI transfer as slave
More...
 

Detailed Description

Macro Definition Documentation

◆ LL_SSI_SLAVE_OUTDIS

#define LL_SSI_SLAVE_OUTDIS   0x00000000UL

Output enable for SPI transfer as slave

Definition at line 313 of file gr55xx_ll_spi.h.

◆ LL_SSI_SLAVE_OUTEN

#define LL_SSI_SLAVE_OUTEN   (1UL << SSI_CTRL0_SLVOE_Pos)

Output disable for SPI transfer as slave

Definition at line 314 of file gr55xx_ll_spi.h.