Home
last modified time | relevance | path

Searched refs:nrf_spi_txd_set (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spi.c325 nrf_spi_txd_set(p_spi, p_cb->evt.xfer_desc.p_tx_buffer[bytes_used]); in transfer_byte()
330 nrf_spi_txd_set(p_spi, p_cb->orc); in transfer_byte()
350 nrf_spi_txd_set(p_spi, in spi_xfer()
359 nrf_spi_txd_set(p_spi, p_xfer_desc->p_tx_buffer[1]); in spi_xfer()
363 nrf_spi_txd_set(p_spi, p_cb->orc); in spi_xfer()
/hal_nordic-latest/nrfx/hal/
Dnrf_spi.h261 NRF_STATIC_INLINE void nrf_spi_txd_set(NRF_SPI_Type * p_reg, uint8_t data);
419 NRF_STATIC_INLINE void nrf_spi_txd_set(NRF_SPI_Type * p_reg, uint8_t data) in nrf_spi_txd_set() function