Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h99 #define NRFX_UARTE_RX_ENABLE_STOP_ON_END NRFX_BIT(1) macro
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c1307 (flags & NRFX_UARTE_RX_ENABLE_STOP_ON_END ? UARTE_FLAG_RX_STOP_ON_END : 0) | in nrfx_uarte_rx_enable()
1667 uint32_t flags = NRFX_UARTE_RX_ENABLE_CONT | NRFX_UARTE_RX_ENABLE_STOP_ON_END; in nrfx_uarte_rx()