Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c43 bool rx_configured : 1; member
437 drv_data->rx_configured = false; in i2s_nrfx_configure()
552 drv_data->rx_configured = true; in i2s_nrfx_configure()
566 if (dir == I2S_DIR_RX && drv_data->rx_configured) { in i2s_nrfx_config_get()
580 if (!drv_data->rx_configured) { in i2s_nrfx_read()
801 configured = drv_data->tx_configured && drv_data->rx_configured; in i2s_nrfx_trigger()
805 configured = drv_data->rx_configured; in i2s_nrfx_trigger()