Macros

#define LL_I2S_FIFO_DEPTH_2   (0UL)
 
#define LL_I2S_FIFO_DEPTH_4   (1UL)
 
#define LL_I2S_FIFO_DEPTH_8   (2UL)
 
#define LL_I2S_FIFO_DEPTH_16   (3UL)
 

Detailed Description

Macro Definition Documentation

◆ LL_I2S_FIFO_DEPTH_16

#define LL_I2S_FIFO_DEPTH_16   (3UL)

FIFO depth is 16.

Definition at line 238 of file gr55xx_ll_i2s.h.

◆ LL_I2S_FIFO_DEPTH_2

#define LL_I2S_FIFO_DEPTH_2   (0UL)

FIFO depth is 2 .

Definition at line 235 of file gr55xx_ll_i2s.h.

◆ LL_I2S_FIFO_DEPTH_4

#define LL_I2S_FIFO_DEPTH_4   (1UL)

FIFO depth is 4 .

Definition at line 236 of file gr55xx_ll_i2s.h.

◆ LL_I2S_FIFO_DEPTH_8

#define LL_I2S_FIFO_DEPTH_8   (2UL)

FIFO depth is 8 .

Definition at line 237 of file gr55xx_ll_i2s.h.