Macros

#define LL_I2S_CLOCK_SRC_96M   (0x00000000UL)
 
#define LL_I2S_CLOCK_SRC_64M   (1UL << 18)
 
#define LL_I2S_CLOCK_SRC_32M   (2UL << 18)
 

Detailed Description

Macro Definition Documentation

◆ LL_I2S_CLOCK_SRC_32M

#define LL_I2S_CLOCK_SRC_32M   (2UL << 18)

I2S clock source select: 32M

Definition at line 152 of file gr55xx_ll_i2s.h.

◆ LL_I2S_CLOCK_SRC_64M

#define LL_I2S_CLOCK_SRC_64M   (1UL << 18)

I2S clock source select: 64M

Definition at line 151 of file gr55xx_ll_i2s.h.

◆ LL_I2S_CLOCK_SRC_96M

#define LL_I2S_CLOCK_SRC_96M   (0x00000000UL)

I2S clock source select: 96M

Definition at line 150 of file gr55xx_ll_i2s.h.