Searched refs:nrf_spi_txd_set (Results 1 – 2 of 2) sorted by relevance
278 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()
210 __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