Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c42 bool tx_configured : 1; member
433 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()