Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_i2s.c75 bool use_tx : 1; member
306 m_cb.use_tx = (p_initial_buffers->p_tx_buffer != NULL); in nrfx_i2s_start()
332 (m_cb.use_tx ? NRF_I2S_INT_TXPTRUPD_MASK : 0) | in nrfx_i2s_start()
376 if (m_cb.use_tx) in nrfx_i2s_next_buffers_set()
419 if (m_cb.use_tx && m_cb.buffers_needed) in nrfx_i2s_irq_handler()
458 if ((m_cb.use_tx && m_cb.use_rx && m_cb.tx_ready && m_cb.rx_ready) || in nrfx_i2s_irq_handler()
462 (!m_cb.use_tx && m_cb.rx_ready)) in nrfx_i2s_irq_handler()

Completed in 3 milliseconds