Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c23 struct i2s_buf { struct
193 struct i2s_buf buf; in get_next_tx_buffer()
310 struct i2s_buf buf = { in data_handler()
399 struct i2s_buf buf; in purge_queue()
577 struct i2s_buf buf; in i2s_nrfx_read()
608 struct i2s_buf buf = { .mem_block = mem_block, .size = size }; in i2s_nrfx_write()
929 static struct i2s_buf tx_msgs##idx[CONFIG_I2S_NRFX_TX_BLOCK_COUNT]; \
930 static struct i2s_buf rx_msgs##idx[CONFIG_I2S_NRFX_RX_BLOCK_COUNT]; \
966 (char *)tx_msgs##idx, sizeof(struct i2s_buf), \
969 (char *)rx_msgs##idx, sizeof(struct i2s_buf), \