Macros

#define LL_SPI_NORMAL_MODE   0x00000000UL
 
#define LL_SPI_TEST_MODE   (1UL << SPI_CTRL0_SHIFT_REG_LOOP_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_SPI_NORMAL_MODE

#define LL_SPI_NORMAL_MODE   0x00000000UL

Normal mode for SPI transfer

Definition at line 247 of file ll_spi.h.

◆ LL_SPI_TEST_MODE

#define LL_SPI_TEST_MODE   (1UL << SPI_CTRL0_SHIFT_REG_LOOP_POS)

Test mode for SPI transfer: Rx and Tx connected inside

Definition at line 248 of file ll_spi.h.