+ Collaboration diagram for APB data width:

Macros

#define LL_I2S_APB_WIDTH_8BIT   (0UL)
 8 bits APB data width. More...
 
#define LL_I2S_APB_WIDTH_16BIT   (1UL)
 16 bits APB data width. More...
 
#define LL_I2S_APB_WIDTH_32BIT   (2UL)
 32 bits APB data width. More...
 

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 240 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 241 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 239 of file gr55xx_ll_i2s.h.