+ Collaboration diagram for Test Mode:

Macros

#define LL_SSI_NORMAL_MODE   0x00000000UL
 Normal mode for SPI transfer
More...
 
#define LL_SSI_TEST_MODE   (1UL << SSI_CTRL0_SRL_Pos)
 Test mode for SPI transfer: Rx and Tx connected inside. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_SSI_NORMAL_MODE

#define LL_SSI_NORMAL_MODE   0x00000000UL

Normal mode for SPI transfer

Definition at line 306 of file gr55xx_ll_spi.h.

◆ LL_SSI_TEST_MODE

#define LL_SSI_TEST_MODE   (1UL << SSI_CTRL0_SRL_Pos)

Test mode for SPI transfer: Rx and Tx connected inside.

Definition at line 307 of file gr55xx_ll_spi.h.