Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_uarte.h422 __STATIC_INLINE void nrf_uarte_tx_buffer_set(NRF_UARTE_Type * p_reg,
613 __STATIC_INLINE void nrf_uarte_tx_buffer_set(NRF_UARTE_Type * p_reg, in nrf_uarte_tx_buffer_set() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_uarte.c321 nrf_uarte_tx_buffer_set(p_instance->p_reg, p_cb->p_tx_buffer, p_cb->tx_buffer_length); in nrfx_uarte_tx()