Searched refs:p_tx_buf (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_spi.h | 178 #define NRFX_SPI_XFER_TRX(p_tx_buf, tx_length, p_rx_buf, rx_length) \ argument 179 NRFX_SPI_SINGLE_XFER(p_tx_buf, tx_length, p_rx_buf, rx_length)
|
| D | nrfx_spim.h | 220 #define NRFX_SPIM_XFER_TRX(p_tx_buf, tx_length, p_rx_buf, rx_length) \ argument 221 NRFX_SPIM_SINGLE_XFER(p_tx_buf, tx_length, p_rx_buf, rx_length)
|
| D | nrfx_spis.h | 88 …void * p_tx_buf; //!< Pointer to the TX buffer used in the last transaction. This… member
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_spis.c | 484 event.p_tx_buf = (void *)p_cb->tx_buffer; in spis_state_entry_action_execute()
|