Macros

#define LL_SSI_PROTOCOL_MOTOROLA   0x00000000UL
 
#define LL_SSI_PROTOCOL_TI   (1UL << SSI_CTRL0_FRF_Pos)
 
#define LL_SSI_PROTOCOL_MICROWIRE   (2UL << SSI_CTRL0_FRF_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_SSI_PROTOCOL_MICROWIRE

#define LL_SSI_PROTOCOL_MICROWIRE   (2UL << SSI_CTRL0_FRF_Pos)

Microwire mode

◆ LL_SSI_PROTOCOL_MOTOROLA

#define LL_SSI_PROTOCOL_MOTOROLA   0x00000000UL

Motorola mode. Used as default value

◆ LL_SSI_PROTOCOL_TI

#define LL_SSI_PROTOCOL_TI   (1UL << SSI_CTRL0_FRF_Pos)

TI mode