Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c654 static bool is_rx_active(uarte_control_block_t * p_cb) in is_rx_active() function
663 if (nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_TXSTOPPED) && !is_rx_active(p_cb)) in disable_hw_from_tx()
1324 if (!is_rx_active(p_cb)) in nrfx_uarte_rx_enable()