Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_i2s.h423 __STATIC_INLINE void nrf_i2s_tx_buffer_set(NRF_I2S_Type * p_reg,
600 nrf_i2s_tx_buffer_set(p_reg, p_buffer_tx); in nrf_i2s_transfer_set()
615 __STATIC_INLINE void nrf_i2s_tx_buffer_set(NRF_I2S_Type * p_reg, in nrf_i2s_tx_buffer_set() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_i2s.c320 nrf_i2s_tx_buffer_set(NRF_I2S, p_buffers->p_tx_buffer); in nrfx_i2s_next_buffers_set()