Searched refs:I2S_RX_FIFO_DEPTH (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/i2s/ | ||
D | i2s_litex.h | 37 #define I2S_RX_FIFO_DEPTH DT_PROP(DT_NODELABEL(i2s_rx), fifo_depth) macro |
D | i2s_litex.c | 532 for (int i = 0; i < I2S_RX_FIFO_DEPTH; i++) { in clear_rx_fifo() |