Home
last modified time | relevance | path

Searched refs:I2S_RX_FIFO_DEPTH (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/i2s/
Di2s_litex.h37 #define I2S_RX_FIFO_DEPTH DT_PROP(DT_NODELABEL(i2s_rx), fifo_depth) macro
Di2s_litex.c532 for (int i = 0; i < I2S_RX_FIFO_DEPTH; i++) { in clear_rx_fifo()