Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_uarte.h149 __nrfy_internal_uarte_event_enabled_clear(p_reg, mask, NRF_UARTE_EVENT_ERROR); in nrfy_uarte_int_init()
289 NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_ERROR); in nrfy_uarte_rx_start()
675 (void)__nrfy_internal_uarte_event_handle(p_reg, mask, NRF_UARTE_EVENT_ERROR, &evt_mask); in __nrfy_internal_uarte_events_process()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c265 NRFY_EVENT_TO_INT_BITMASK(NRF_UARTE_EVENT_ERROR) | in uarte_configure()
399 nrfy_uarte_event_check(p_uarte, NRF_UARTE_EVENT_ERROR), 100, 10, res); in prepare_rx()
1756 nrfy_uarte_event_clear(p_instance->p_reg, NRF_UARTE_EVENT_ERROR); in nrfx_uarte_errorsrc_get()
2070 if (event_check_and_clear(p_uarte, NRF_UARTE_EVENT_ERROR, int_mask)) in irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_uarte.h168NRF_UARTE_EVENT_ERROR = offsetof(NRF_UARTE_Type, EVENTS_ERROR), ///< Error detected. enumerator