Word Select Line Cycles
+ Collaboration diagram for Word Select Line Cycles:

Macros

#define LL_I2S_WS_CYCLES_16   (0x00000000UL)
 16 SCLK cycles in word select line. More...
 
#define LL_I2S_WS_CYCLES_24   (0x1UL << I2S_CLKCONFIG_WSS_Pos)
 24 SCLK cycles in word select line. More...
 
#define LL_I2S_WS_CYCLES_32   (0x2UL << I2S_CLKCONFIG_WSS_Pos)
 32 SCLK cycles in word select line. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_I2S_WS_CYCLES_16

#define LL_I2S_WS_CYCLES_16   (0x00000000UL)

16 SCLK cycles in word select line.

Definition at line 193 of file gr55xx_ll_i2s.h.

◆ LL_I2S_WS_CYCLES_24

#define LL_I2S_WS_CYCLES_24   (0x1UL << I2S_CLKCONFIG_WSS_Pos)

24 SCLK cycles in word select line.

Definition at line 194 of file gr55xx_ll_i2s.h.

◆ LL_I2S_WS_CYCLES_32

#define LL_I2S_WS_CYCLES_32   (0x2UL << I2S_CLKCONFIG_WSS_Pos)

32 SCLK cycles in word select line.

Definition at line 195 of file gr55xx_ll_i2s.h.