+ Collaboration diagram for RX/TX FIFO depth:

Macros

#define LL_I2S_FIFO_DEPTH_2   (0UL)
 FIFO depth is 2 . More...
 
#define LL_I2S_FIFO_DEPTH_4   (1UL)
 FIFO depth is 4 . More...
 
#define LL_I2S_FIFO_DEPTH_8   (2UL)
 FIFO depth is 8 . More...
 
#define LL_I2S_FIFO_DEPTH_16   (3UL)
 FIFO depth is 16. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_I2S_FIFO_DEPTH_16

#define LL_I2S_FIFO_DEPTH_16   (3UL)

FIFO depth is 16.

Definition at line 233 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 230 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 231 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 232 of file gr55xx_ll_i2s.h.