Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_spi.c278 nrf_spi_txd_set(p_spi, p_cb->evt.xfer_desc.p_tx_buffer[bytes_used]); in transfer_byte()
283 nrf_spi_txd_set(p_spi, p_cb->orc); in transfer_byte()
303 nrf_spi_txd_set(p_spi, in spi_xfer()
312 nrf_spi_txd_set(p_spi, p_xfer_desc->p_tx_buffer[1]); in spi_xfer()
316 nrf_spi_txd_set(p_spi, p_cb->orc); in spi_xfer()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_spi.h210 __STATIC_INLINE void nrf_spi_txd_set(NRF_SPI_Type * p_reg, uint8_t data);
304 __STATIC_INLINE void nrf_spi_txd_set(NRF_SPI_Type * p_reg, uint8_t data) in nrf_spi_txd_set() function