/hal_nordic-3.5.0/nrfx/drivers/src/ |
D | nrfx_i2s.c | 328 NRFX_ASSERT(p_initial_buffers->p_rx_buffer != NULL || in nrfx_i2s_start() 330 NRFX_ASSERT((p_initial_buffers->p_rx_buffer == NULL) || in nrfx_i2s_start() 331 (nrfx_is_in_ram(p_initial_buffers->p_rx_buffer) && in nrfx_i2s_start() 332 nrfx_is_word_aligned(p_initial_buffers->p_rx_buffer))); in nrfx_i2s_start() 351 if (((p_initial_buffers->p_rx_buffer != NULL) in nrfx_i2s_start() 352 && !nrfx_is_in_ram(p_initial_buffers->p_rx_buffer)) in nrfx_i2s_start() 364 p_cb->use_rx = (p_initial_buffers->p_rx_buffer != NULL); in nrfx_i2s_start() 375 p_cb->current_buffers.p_rx_buffer = NULL; in nrfx_i2s_start() 408 NRFX_ASSERT((p_buffers->p_rx_buffer == NULL) || in nrfx_i2s_next_buffers_set() 409 (nrfx_is_in_ram(p_buffers->p_rx_buffer) && in nrfx_i2s_next_buffers_set() [all …]
|
D | nrfx_uarte.c | 65 uint8_t * p_rx_buffer; member 313 .p_buffer = p_cb->p_rx_buffer, in nrfx_uarte_uninit() 451 p_cb->p_rx_buffer = p_data; in nrfx_uarte_rx() 473 .p_buffer = p_cb->p_rx_buffer, in nrfx_uarte_rx() 574 .p_buffer = p_cb->p_rx_buffer, in irq_handler() 591 event.data.error.rx.p_data = p_cb->p_rx_buffer; in irq_handler() 607 uint8_t * p_data = p_cb->p_rx_buffer; in irq_handler() 610 p_cb->p_rx_buffer = p_cb->p_rx_secondary_buffer; in irq_handler() 617 rx_done_event(p_cb, amount, p_cb->p_rx_buffer); in irq_handler() 630 rx_done_event(p_cb, nrfy_uarte_rx_amount_get(p_reg), p_cb->p_rx_buffer); in irq_handler()
|
D | nrfx_qspi.c | 396 void * p_rx_buffer) in nrfx_qspi_cinstr_xfer() argument 447 if (p_rx_buffer) in nrfx_qspi_cinstr_xfer() 449 nrf_qspi_cinstrdata_get(NRF_QSPI, p_config->length, p_rx_buffer); in nrfx_qspi_cinstr_xfer() 510 void * p_rx_buffer, in nrfx_qspi_lfm_xfer() argument 555 if (p_rx_buffer) in nrfx_qspi_lfm_xfer() 559 &((uint8_t *)p_rx_buffer)[curr_byte]); in nrfx_qspi_lfm_xfer() 636 nrfx_err_t nrfx_qspi_read(void * p_rx_buffer, in nrfx_qspi_read() argument 640 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 398 p_cb->p_rx_buffer[p_cb->rx_counter] = nrf_uart_rxd_get(p_uart); in rx_byte() 442 p_cb->p_rx_buffer = p_data; in nrfx_uart_rx() 614 event.data.error.rxtx.p_data = p_cb->p_rx_buffer; in irq_handler() 630 uint8_t * p_data = p_cb->p_rx_buffer; in irq_handler() 635 p_cb->p_rx_buffer = p_cb->p_rx_secondary_buffer; in irq_handler() 649 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in irq_handler() 685 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in irq_handler()
|
D | nrfx_spis.c | 453 uint8_t * p_rx_buffer, in nrfx_spis_buffers_set() argument 457 NRFX_ASSERT(p_rx_buffer != NULL || rx_buffer_length == 0); in nrfx_spis_buffers_set() 472 (p_rx_buffer != NULL && !nrfx_is_in_ram(p_rx_buffer))) in nrfx_spis_buffers_set() 487 p_cb->rx_buffer = p_rx_buffer; in nrfx_spis_buffers_set()
|
D | nrfx_spi.c | 282 p_cb->evt.xfer_desc.p_rx_buffer[p_cb->bytes_transferred] = rx_data; in transfer_byte() 381 NRFX_ASSERT(p_xfer_desc->p_rx_buffer != NULL || p_xfer_desc->rx_length == 0); in nrfx_spi_xfer()
|
D | nrfx_spim.c | 710 (p_xfer_desc->p_rx_buffer != NULL && in spim_xfer() 711 !nrf_dma_accessible_check(p_spim, p_xfer_desc->p_rx_buffer))) in spim_xfer() 790 NRFX_ASSERT(p_xfer_desc->p_rx_buffer != NULL || p_xfer_desc->rx_length == 0); in nrfx_spim_xfer()
|
/hal_nordic-3.5.0/nrfx/drivers/include/ |
D | nrfx_qspi.h | 256 nrfx_err_t nrfx_qspi_read(void * p_rx_buffer, 376 void * p_rx_buffer); 436 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 | 254 uint8_t * p_rx_buffer,
|
D | nrfx_spim.h | 206 .p_rx_buffer = (p_rx), \
|
/hal_nordic-3.5.0/nrfx/haly/ |
D | nrfy_i2s.h | 90 uint32_t * p_rx_buffer; ///< Pointer to the buffer for received data. member 204 p_xfer->p_buffers->p_rx_buffer, in nrfy_i2s_buffers_set() 233 (rx_done || (p_xfer->p_buffers->p_rx_buffer == NULL)))) in nrfy_i2s_xfer_start() 468 uint32_t * p_rx_buffer, in nrfy_i2s_transfer_set() argument 471 nrf_i2s_transfer_set(p_reg, size, p_rx_buffer, p_tx_buffer); in nrfy_i2s_transfer_set() 545 NRFY_CACHE_INV(p_xfer->p_buffers->p_rx_buffer, in __nrfy_internal_i2s_events_process() 553 NRFY_CACHE_INV(p_xfer->p_buffers->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 329 nrf_spim_rx_buffer_set(p_reg, p_xfer->p_rx_buffer, p_xfer->rx_length); in nrfy_spim_buffers_set() 844 NRFY_CACHE_INV(p_xfer->p_rx_buffer, size); in __nrfy_internal_spim_events_process() 852 NRFY_CACHE_INV(p_xfer->p_rx_buffer, size); in __nrfy_internal_spim_events_process()
|
/hal_nordic-3.5.0/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-3.5.0/drivers/nrf_802154/driver/src/ |
D | nrf_802154_core.c | 472 static void rx_buffer_in_use_set(rx_buffer_t * p_rx_buffer) in rx_buffer_in_use_set() argument 475 mp_current_rx_buffer = p_rx_buffer; in rx_buffer_in_use_set() 477 (void)p_rx_buffer; in rx_buffer_in_use_set()
|
/hal_nordic-3.5.0/nrfx/hal/ |
D | nrf_i2s.h | 477 uint32_t * p_rx_buffer,
|