Searched refs:p_rx_buffer (Results 1 – 13 of 13) sorted by relevance
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_i2s.c | 270 NRFX_ASSERT(p_initial_buffers->p_rx_buffer != NULL || in nrfx_i2s_start() 272 NRFX_ASSERT((p_initial_buffers->p_rx_buffer == NULL) || in nrfx_i2s_start() 292 if (((p_initial_buffers->p_rx_buffer != NULL) in nrfx_i2s_start() 316 m_cb.current_buffers.p_rx_buffer = NULL; in nrfx_i2s_start() 321 m_cb.next_buffers.p_rx_buffer, in nrfx_i2s_start() 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() 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() 383 NRFX_ASSERT(p_buffers->p_rx_buffer != NULL); in nrfx_i2s_next_buffers_set() [all …]
|
A D | nrfx_qspi.c | 165 void * p_rx_buffer) in nrfx_qspi_cinstr_xfer() argument 198 if (p_rx_buffer) in nrfx_qspi_cinstr_xfer() 200 nrf_qspi_cinstrdata_get(NRF_QSPI, p_config->length, p_rx_buffer); in nrfx_qspi_cinstr_xfer() 239 void * p_rx_buffer, in nrfx_qspi_lfm_xfer() argument 284 if (p_rx_buffer) in nrfx_qspi_lfm_xfer() 288 &((uint8_t *)p_rx_buffer)[curr_byte]); in nrfx_qspi_lfm_xfer() 362 nrfx_err_t nrfx_qspi_read(void * p_rx_buffer, in nrfx_qspi_read() argument 367 NRFX_ASSERT(p_rx_buffer != NULL); in nrfx_qspi_read() 369 if (!nrfx_is_in_ram(p_rx_buffer) || !nrfx_is_word_aligned(p_rx_buffer)) in nrfx_qspi_read() 374 nrf_qspi_read_buffer_set(NRF_QSPI, p_rx_buffer, rx_buffer_length, src_address); in nrfx_qspi_read()
|
A D | nrfx_uart.c | 59 uint8_t * p_rx_buffer; member 345 p_cb->p_rx_buffer[p_cb->rx_counter] = nrf_uart_rxd_get(p_uart); in rx_byte() 389 p_cb->p_rx_buffer = p_data; in nrfx_uart_rx() 562 event.data.error.rxtx.p_data = p_cb->p_rx_buffer; in uart_irq_handler() 578 uint8_t * p_data = p_cb->p_rx_buffer; in uart_irq_handler() 583 p_cb->p_rx_buffer = p_cb->p_rx_secondary_buffer; in uart_irq_handler() 597 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in uart_irq_handler() 633 rx_done_event(p_cb, p_cb->rx_counter, p_cb->p_rx_buffer); in uart_irq_handler()
|
A D | nrfx_spis.c | 386 uint8_t * p_rx_buffer, in nrfx_spis_buffers_set() argument 390 NRFX_ASSERT(p_rx_buffer != NULL || rx_buffer_length == 0); in nrfx_spis_buffers_set() 405 (p_rx_buffer != NULL && !nrfx_is_in_ram(p_rx_buffer))) in nrfx_spis_buffers_set() 420 p_cb->rx_buffer = p_rx_buffer; in nrfx_spis_buffers_set()
|
A D | nrfx_uarte.c | 93 uint8_t * p_rx_buffer; member 484 p_cb->p_rx_buffer = p_data; in nrfx_uarte_rx() 621 event.data.error.rxtx.p_data = p_cb->p_rx_buffer; in uarte_irq_handler() 639 uint8_t * p_data = p_cb->p_rx_buffer; in uarte_irq_handler() 642 p_cb->p_rx_buffer = p_cb->p_rx_secondary_buffer; in uarte_irq_handler() 649 rx_done_event(p_cb, amount, p_cb->p_rx_buffer); in uarte_irq_handler() 664 rx_done_event(p_cb, nrf_uarte_rx_amount_get(p_uarte), p_cb->p_rx_buffer); in uarte_irq_handler()
|
A D | nrfx_spim.c | 572 (p_xfer_desc->p_rx_buffer != NULL && !nrfx_is_in_ram(p_xfer_desc->p_rx_buffer))) in spim_xfer() 588 nrf_spim_rx_buffer_set(p_spim, p_xfer_desc->p_rx_buffer, p_xfer_desc->rx_length); in spim_xfer() 612 nrf_spim_rx_buffer_set(p_spim, p_xfer_desc->p_rx_buffer, 0); in spim_xfer() 664 NRFX_ASSERT(p_xfer_desc->p_rx_buffer != NULL || p_xfer_desc->rx_length == 0); in nrfx_spim_xfer()
|
A D | nrfx_spi.c | 254 p_cb->evt.xfer_desc.p_rx_buffer[p_cb->bytes_transferred] = rx_data; in transfer_byte() 353 NRFX_ASSERT(p_xfer_desc->p_rx_buffer != NULL || p_xfer_desc->rx_length == 0); in nrfx_spi_xfer()
|
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_qspi.h | 182 nrfx_err_t nrfx_qspi_read(void * p_rx_buffer, 275 void * p_rx_buffer); 328 void * p_rx_buffer,
|
A D | nrfx_spi.h | 145 uint8_t * p_rx_buffer; ///< Pointer to RX buffer. member 158 .p_rx_buffer = (p_rx), \
|
A D | nrfx_spim.h | 197 uint8_t * p_rx_buffer; ///< Pointer to RX buffer. member 210 .p_rx_buffer = (p_rx), \
|
A D | nrfx_i2s.h | 88 uint32_t * p_rx_buffer; ///< Pointer to the buffer for received data. member
|
A D | nrfx_spis.h | 240 uint8_t * p_rx_buffer,
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_i2s.h | 451 uint32_t * p_rx_buffer,
|
Completed in 17 milliseconds