Searched refs:tx_configured (Results 1 – 1 of 1) sorted by relevance
42 bool tx_configured : 1; member433 drv_data->tx_configured = false; in i2s_nrfx_configure()546 drv_data->tx_configured = true; in i2s_nrfx_configure()563 if (dir == I2S_DIR_TX && drv_data->tx_configured) { in i2s_nrfx_config_get()611 if (!drv_data->tx_configured) { in i2s_nrfx_write()801 configured = drv_data->tx_configured && drv_data->rx_configured; in i2s_nrfx_trigger()803 configured = drv_data->tx_configured; in i2s_nrfx_trigger()