Searched refs:NRF_UARTE_EVENT_RXTO (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_uarte.h | 150 __nrfy_internal_uarte_event_enabled_clear(p_reg, mask, NRF_UARTE_EVENT_RXTO); in nrfy_uarte_int_init() 237 NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_RXTO), in nrfy_uarte_stop() 288 NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_RXTO) | in nrfy_uarte_rx_start() 676 (void)__nrfy_internal_uarte_event_handle(p_reg, mask, NRF_UARTE_EVENT_RXTO, &evt_mask); in __nrfy_internal_uarte_events_process() 688 else if (mask & NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_RXTO)) in __nrfy_internal_uarte_events_process()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_uarte.c | 266 NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_RXTO) | in uarte_configure() 398 NRFX_WAIT_FOR(nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_RXTO) || in prepare_rx() 403 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_RXTO); in prepare_rx() 1304 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_RXTO); in nrfx_uarte_rx_enable() 1385 if (nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_RXTO)) in rx_buffer_set() 1387 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_RXTO); in rx_buffer_set() 1568 while(nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_RXTO) == false) in wait_for_rx_completion() 1573 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_RXTO); in wait_for_rx_completion() 1880 if (nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_RXTO)) in endrx_irq_handler() 1890 nrfy_uarte_event_clear(p_uarte, NRF_UARTE_EVENT_RXTO); in endrx_irq_handler() [all …]
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_uarte.h | 169 …NRF_UARTE_EVENT_RXTO = offsetof(NRF_UARTE_Type, EVENTS_RXTO), ///< Receiver timeo… enumerator
|