Home
last modified time | relevance | path

Searched refs:p_tx_buf (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_spi.h178 #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)
Dnrfx_spim.h220 #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)
Dnrfx_spis.h88 …void * p_tx_buf; //!< Pointer to the TX buffer used in the last transaction. This… member
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c484 event.p_tx_buf = (void *)p_cb->tx_buffer; in spis_state_entry_action_execute()