Searched refs:p_buffers (Results 1 – 2 of 2) sorted by relevance
344 NRFX_ASSERT(p_buffers); in nrfx_i2s_next_buffers_set()345 NRFX_ASSERT((p_buffers->p_rx_buffer == NULL) || in nrfx_i2s_next_buffers_set()346 (nrfx_is_in_ram(p_buffers->p_rx_buffer) && 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()364 && !nrfx_is_in_ram(p_buffers->p_rx_buffer)) in nrfx_i2s_next_buffers_set()366 ((p_buffers->p_tx_buffer != NULL) in nrfx_i2s_next_buffers_set()367 && !nrfx_is_in_ram(p_buffers->p_tx_buffer))) 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()[all …]
270 nrfx_err_t nrfx_i2s_next_buffers_set(nrfx_i2s_buffers_t const * p_buffers);
Completed in 4 milliseconds