Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h254 …bool tx_stop_on_end; ///< Indicates that the STOPTX task is PPIed with ENDT… member
302 .tx_stop_on_end = false, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c521 uint32_t tx_int_mask = (!event_handler || p_config->tx_stop_on_end) ? in nrfx_uarte_init()
524 if (p_config->tx_stop_on_end) in nrfx_uarte_init()
544 if (!prepare_tx(p_instance->p_reg, p_config->tx_stop_on_end)) in nrfx_uarte_init()