Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c264 NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_ENDTX) | in uarte_configure()
381 (!stop_on_end && nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_ENDTX)); in is_tx_ready()
437 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_ENDTX); in prepare_tx()
640 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_ENDTX); in tx_start()
683 if (nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_ENDTX)) in block_on_tx()
1052 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_ENDTX); in nrfx_uarte_tx_abort()
1994 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_ENDTX); in endtx_irq_handler()
2026 if (nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_ENDTX)) in endtx_irq_handler()
2028 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_ENDTX); in endtx_irq_handler()
2066 bool endtx = event_check(p_uarte, NRF_UARTE_EVENT_ENDTX, int_mask); in irq_handler()
/hal_nordic-latest/nrfx/haly/
Dnrfy_uarte.h148 __nrfy_internal_uarte_event_enabled_clear(p_reg, mask, NRF_UARTE_EVENT_ENDTX); in nrfy_uarte_int_init()
259 uint32_t mask = NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_ENDTX) | in nrfy_uarte_tx_start()
674 (void)__nrfy_internal_uarte_event_handle(p_reg, mask, NRF_UARTE_EVENT_ENDTX, &evt_mask); in __nrfy_internal_uarte_events_process()
/hal_nordic-latest/nrfx/hal/
Dnrf_uarte.h173NRF_UARTE_EVENT_ENDTX = offsetof(NRF_UARTE_Type, EVENTS_DMA.TX.END), ///< Last TX byte t… enumerator
178NRF_UARTE_EVENT_ENDTX = offsetof(NRF_UARTE_Type, EVENTS_ENDTX), ///< Last TX byte t…