Searched refs:NRFX_UARTE_RX_ENABLE_STOP_ON_END (Results 1 – 2 of 2) sorted by relevance
99 #define NRFX_UARTE_RX_ENABLE_STOP_ON_END NRFX_BIT(1) macro
1307 (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()