Lines Matching refs:NULL
269 NRFX_ASSERT(p_initial_buffers != NULL); in nrfx_i2s_start()
270 NRFX_ASSERT(p_initial_buffers->p_rx_buffer != NULL || in nrfx_i2s_start()
271 p_initial_buffers->p_tx_buffer != NULL); in nrfx_i2s_start()
272 NRFX_ASSERT((p_initial_buffers->p_rx_buffer == NULL) || in nrfx_i2s_start()
275 NRFX_ASSERT((p_initial_buffers->p_tx_buffer == NULL) || in nrfx_i2s_start()
292 if (((p_initial_buffers->p_rx_buffer != NULL) in nrfx_i2s_start()
295 ((p_initial_buffers->p_tx_buffer != NULL) in nrfx_i2s_start()
305 m_cb.use_rx = (p_initial_buffers->p_rx_buffer != NULL); in nrfx_i2s_start()
306 m_cb.use_tx = (p_initial_buffers->p_tx_buffer != NULL); in nrfx_i2s_start()
316 m_cb.current_buffers.p_rx_buffer = NULL; in nrfx_i2s_start()
317 m_cb.current_buffers.p_tx_buffer = NULL; in nrfx_i2s_start()
345 NRFX_ASSERT((p_buffers->p_rx_buffer == NULL) || in nrfx_i2s_next_buffers_set()
348 NRFX_ASSERT((p_buffers->p_tx_buffer == NULL) || in nrfx_i2s_next_buffers_set()
363 if (((p_buffers->p_rx_buffer != NULL) in nrfx_i2s_next_buffers_set()
366 ((p_buffers->p_tx_buffer != NULL) in nrfx_i2s_next_buffers_set()
378 NRFX_ASSERT(p_buffers->p_tx_buffer != NULL); in nrfx_i2s_next_buffers_set()
383 NRFX_ASSERT(p_buffers->p_rx_buffer != NULL); in nrfx_i2s_next_buffers_set()
481 m_cb.handler(NULL, in nrfx_i2s_irq_handler()
492 m_cb.next_buffers.p_rx_buffer = NULL; in nrfx_i2s_irq_handler()
493 m_cb.next_buffers.p_tx_buffer = NULL; in nrfx_i2s_irq_handler()