| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_i2s.c | 352 NRFX_ASSERT(p_initial_buffers->p_rx_buffer != NULL || in nrfx_i2s_start() 354 NRFX_ASSERT((p_initial_buffers->p_rx_buffer == NULL) || in nrfx_i2s_start() 355 (nrfx_is_in_ram(p_initial_buffers->p_rx_buffer) && in nrfx_i2s_start() 356 nrfx_is_word_aligned(p_initial_buffers->p_rx_buffer))); in nrfx_i2s_start() 379 if (((p_initial_buffers->p_rx_buffer != NULL) in nrfx_i2s_start() 380 && !nrfx_is_in_ram(p_initial_buffers->p_rx_buffer)) in nrfx_i2s_start() 392 p_cb->use_rx = (p_initial_buffers->p_rx_buffer != NULL); in nrfx_i2s_start() 405 p_cb->current_buffers.p_rx_buffer = NULL; in nrfx_i2s_start() 426 .p_rx_buffer = p_cb->next_buffers.p_rx_buffer, in nrfx_i2s_start() 447 NRFX_ASSERT((p_buffers->p_rx_buffer == NULL) || in nrfx_i2s_next_buffers_set() [all …]
|
| D | nrfx_qspi.c | 514 void * p_rx_buffer) in nrfx_qspi_cinstr_xfer() argument 572 if (p_rx_buffer) in nrfx_qspi_cinstr_xfer() 574 nrf_qspi_cinstrdata_get(NRF_QSPI, p_config->length, p_rx_buffer); in nrfx_qspi_cinstr_xfer() 645 void * p_rx_buffer, in nrfx_qspi_lfm_xfer() argument 697 if (p_rx_buffer) in nrfx_qspi_lfm_xfer() 701 &((uint8_t *)p_rx_buffer)[curr_byte]); in nrfx_qspi_lfm_xfer() 807 nrfx_err_t nrfx_qspi_read(void * p_rx_buffer, in nrfx_qspi_read() argument 811 return qspi_xfer((void *)p_rx_buffer, rx_buffer_length, src_address, NRFX_QSPI_STATE_READ); in nrfx_qspi_read()
|
| D | nrfx_uart.c | 61 uint8_t * p_rx_buffer; member 416 p_cb->p_rx_buffer[p_cb->rx_counter] = nrf_uart_rxd_get(p_uart); in rx_byte() 460 p_cb->p_rx_buffer = p_data; in nrfx_uart_rx() 654 event.data.error.rxtx.p_data = p_cb->p_rx_buffer; in irq_handler() 670 uint8_t * p_data = p_cb->p_rx_buffer; in irq_handler() 675 p_cb->p_rx_buffer = p_cb->p_rx_secondary_buffer; in irq_handler() 689 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in irq_handler() 725 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in irq_handler()
|
| D | nrfx_spis.c | 524 uint8_t * p_rx_buffer, in nrfx_spis_buffers_set() argument 532 NRFX_ASSERT(p_rx_buffer != NULL || rx_buffer_length == 0); in nrfx_spis_buffers_set() 544 (p_rx_buffer != NULL && !nrfx_is_in_ram(p_rx_buffer))) in nrfx_spis_buffers_set() 559 p_cb->rx_buffer = p_rx_buffer; in nrfx_spis_buffers_set()
|
| D | nrfx_spi.c | 297 p_cb->evt.xfer_desc.p_rx_buffer[p_cb->bytes_transferred] = rx_data; in transfer_byte() 397 NRFX_ASSERT(p_xfer_desc->p_rx_buffer != NULL || p_xfer_desc->rx_length == 0); in nrfx_spi_xfer()
|
| D | nrfx_spim.c | 810 (p_xfer_desc->p_rx_buffer != NULL && in spim_xfer() 811 !nrf_dma_accessible_check(p_spim, p_xfer_desc->p_rx_buffer))) in spim_xfer() 915 NRFX_ASSERT(p_xfer_desc->p_rx_buffer != NULL || p_xfer_desc->rx_length == 0); in nrfx_spim_xfer()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_i2s.h | 91 uint32_t * p_rx_buffer; ///< Pointer to the buffer for received data. member 99 uint32_t * p_rx_buffer; ///< Pointer to the buffer for received data. member 207 p_xfer->p_rx_buffer, in nrfy_i2s_buffers_set() 236 (rx_done || (p_xfer->p_rx_buffer == NULL)))) in nrfy_i2s_xfer_start() 471 uint32_t * p_rx_buffer, in nrfy_i2s_transfer_set() argument 474 nrf_i2s_transfer_set(p_reg, size, p_rx_buffer, p_tx_buffer); in nrfy_i2s_transfer_set() 548 NRFY_CACHE_INV(p_xfer->p_rx_buffer, in __nrfy_internal_i2s_events_process() 556 NRFY_CACHE_INV(p_xfer->p_rx_buffer, in __nrfy_internal_i2s_events_process()
|
| D | nrfy_spim.h | 128 uint8_t * p_rx_buffer; ///< Pointer to the RX data buffer. member 313 nrf_spim_rx_buffer_set(p_reg, p_xfer->p_rx_buffer, p_xfer->rx_length); in nrfy_spim_buffers_set() 839 NRFY_CACHE_INV(p_xfer->p_rx_buffer, size); in __nrfy_internal_spim_events_process() 847 NRFY_CACHE_INV(p_xfer->p_rx_buffer, size); in __nrfy_internal_spim_events_process()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_qspi.h | 310 nrfx_err_t nrfx_qspi_read(void * p_rx_buffer, 462 void * p_rx_buffer); 538 void * p_rx_buffer,
|
| D | nrfx_spi.h | 160 uint8_t * p_rx_buffer; ///< Pointer to RX buffer. member 173 .p_rx_buffer = (p_rx), \
|
| D | nrfx_spis.h | 270 uint8_t * p_rx_buffer,
|
| D | nrfx_spim.h | 215 .p_rx_buffer = (p_rx), \
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/ |
| D | main.c | 87 NRFX_LOG_INFO("Message received: %s", p_event->xfer_desc.p_rx_buffer); in spim_handler()
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_core.c | 467 static void rx_buffer_in_use_set(rx_buffer_t * p_rx_buffer) in rx_buffer_in_use_set() argument 470 mp_current_rx_buffer = p_rx_buffer; in rx_buffer_in_use_set() 472 (void)p_rx_buffer; in rx_buffer_in_use_set()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_i2s.h | 531 uint32_t * p_rx_buffer,
|