Searched refs:NRF_UARTE_EVENT_TXSTARTED (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_uarte.h | 152 __nrfy_internal_uarte_event_enabled_clear(p_reg, mask, NRF_UARTE_EVENT_TXSTARTED); in nrfy_uarte_int_init() 678 (void)__nrfy_internal_uarte_event_handle(p_reg, mask, NRF_UARTE_EVENT_TXSTARTED, &evt_mask); in __nrfy_internal_uarte_events_process()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_uarte.h | 175 …NRF_UARTE_EVENT_TXSTARTED = offsetof(NRF_UARTE_Type, EVENTS_DMA.TX.READY), ///< Transmitter ha… enumerator 180 …NRF_UARTE_EVENT_TXSTARTED = offsetof(NRF_UARTE_Type, EVENTS_TXSTARTED), ///< Transmitter ha…
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_uarte.c | 642 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_TXSTARTED); in tx_start() 995 NRFX_WAIT_FOR(nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_TXSTARTED), 10, 1, res); in nrfx_uarte_tx() 1002 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_TXSTARTED); in nrfx_uarte_tx() 1996 if (!nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_TXSTARTED) && !aborted) in endtx_irq_handler()
|