RX/TX resolution of one channel
+ Collaboration diagram for RX/TX resolution of one channel:

Macros

#define LL_I2S_RESOLUTION_12BIT   (0UL)
 12 bits resolution. More...
 
#define LL_I2S_RESOLUTION_16BIT   (1UL)
 16 bits resolution. More...
 
#define LL_I2S_RESOLUTION_20BIT   (2UL)
 20 bits resolution. More...
 
#define LL_I2S_RESOLUTION_24BIT   (3UL)
 24 bits resolution. More...
 
#define LL_I2S_RESOLUTION_32BIT   (4UL)
 32 bits resolution. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_I2S_RESOLUTION_12BIT

#define LL_I2S_RESOLUTION_12BIT   (0UL)

12 bits resolution.

Definition at line 211 of file gr55xx_ll_i2s.h.

◆ LL_I2S_RESOLUTION_16BIT

#define LL_I2S_RESOLUTION_16BIT   (1UL)

16 bits resolution.

Definition at line 212 of file gr55xx_ll_i2s.h.

◆ LL_I2S_RESOLUTION_20BIT

#define LL_I2S_RESOLUTION_20BIT   (2UL)

20 bits resolution.

Definition at line 213 of file gr55xx_ll_i2s.h.

◆ LL_I2S_RESOLUTION_24BIT

#define LL_I2S_RESOLUTION_24BIT   (3UL)

24 bits resolution.

Definition at line 214 of file gr55xx_ll_i2s.h.

◆ LL_I2S_RESOLUTION_32BIT

#define LL_I2S_RESOLUTION_32BIT   (4UL)

32 bits resolution.

Definition at line 215 of file gr55xx_ll_i2s.h.