Macros

#define LL_I2S_APB_WIDTH_8BIT   (0UL)
 
#define LL_I2S_APB_WIDTH_16BIT   (1UL)
 
#define LL_I2S_APB_WIDTH_32BIT   (2UL)
 

Detailed Description

Macro Definition Documentation

◆ LL_I2S_APB_WIDTH_16BIT

#define LL_I2S_APB_WIDTH_16BIT   (1UL)

16 bits APB data width.

Definition at line 245 of file gr55xx_ll_i2s.h.

◆ LL_I2S_APB_WIDTH_32BIT

#define LL_I2S_APB_WIDTH_32BIT   (2UL)

32 bits APB data width.

Definition at line 246 of file gr55xx_ll_i2s.h.

◆ LL_I2S_APB_WIDTH_8BIT

#define LL_I2S_APB_WIDTH_8BIT   (0UL)

8 bits APB data width.

Definition at line 244 of file gr55xx_ll_i2s.h.