Home
last modified time | relevance | path

Searched refs:p_tx_buffer (Results 1 – 5 of 5) sorted by relevance

/bsp/nrf5x/libraries/drivers/
A Dnrfx_spim.c641 if ((p_xfer_desc->p_tx_buffer != NULL && !nrfx_is_in_ram(p_xfer_desc->p_tx_buffer)) || in spim_xfer()
657 nrf_spim_tx_buffer_set(p_spim, p_xfer_desc->p_tx_buffer, p_xfer_desc->tx_length); in spim_xfer()
663 anomaly_198_enable(p_xfer_desc->p_tx_buffer, p_xfer_desc->tx_length); in spim_xfer()
681 nrf_spim_tx_buffer_set(p_spim, p_xfer_desc->p_tx_buffer, 0); in spim_xfer()
733 NRFX_ASSERT(p_xfer_desc->p_tx_buffer != NULL || p_xfer_desc->tx_length == 0); in nrfx_spim_xfer()
793 if ((p_xfer_desc->p_tx_buffer != NULL && !nrfx_is_in_ram(p_xfer_desc->p_tx_buffer)) || in rtt_spim_xfer()
817 nrf_spim_tx_buffer_set(p_spim, p_xfer_desc->p_tx_buffer, p_xfer_desc->tx_length); in rtt_spim_xfer()
823 anomaly_198_enable(p_xfer_desc->p_tx_buffer, p_xfer_desc->tx_length); in rtt_spim_xfer()
840 nrf_spim_tx_buffer_set(p_spim, p_xfer_desc->p_tx_buffer, 0); in rtt_spim_xfer()
903 NRFX_ASSERT(p_xfer_desc->p_tx_buffer != NULL || p_xfer_desc->tx_length == 0); in rtt_nrfx_spim_xfer()
A Dnrfx_spim.h202 uint8_t const * p_tx_buffer; /* /< Pointer to TX buffer. */ member
215 .p_tx_buffer = (uint8_t const *)(p_tx), \
A Ddrv_spi.c257 p_xfer_desc.p_tx_buffer = message->send_buf; in spixfer()
568 p_xfer_desc.p_tx_buffer = message->send_buf; in spixfer()
/bsp/renesas/ra8d1-vision-board/board/ports/mipi_lcd/
A Dmipi_config.c126 .p_tx_buffer = p_entry->buffer, in mipi_dsi_push_table()
/bsp/renesas/ra8d1-ek/board/ports/mipi_lcd/
A Dmipi_config.c198 .p_tx_buffer = p_entry->buffer, in mipi_dsi_push_table()

Completed in 17 milliseconds