Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_spis.h338 __STATIC_INLINE void nrf_spis_tx_buffer_set(NRF_SPIS_Type * p_reg,
541 __STATIC_INLINE void nrf_spis_tx_buffer_set(NRF_SPIS_Type * p_reg, in nrf_spis_tx_buffer_set() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_spis.c232 nrf_spis_tx_buffer_set(p_spis, NULL, 0); in nrfx_spis_init()
443 nrf_spis_tx_buffer_set(p_spis, (uint8_t *)p_cb->tx_buffer, p_cb->tx_buffer_size); in spis_irq_handler()