Home
last modified time | relevance | path

Searched refs:nrf_uarte_errorsrc_get_and_clear (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_uarte.h298 __STATIC_INLINE uint32_t nrf_uarte_errorsrc_get_and_clear(NRF_UARTE_Type * p_reg);
532 __STATIC_INLINE uint32_t nrf_uarte_errorsrc_get_and_clear(NRF_UARTE_Type * p_reg) in nrf_uarte_errorsrc_get_and_clear() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_uarte.c468 return nrf_uarte_errorsrc_get_and_clear(p_instance->p_reg); in nrfx_uarte_errorsrc_get()
536 event.data.error.error_mask = nrf_uarte_errorsrc_get_and_clear(p_uarte); in uarte_irq_handler()