Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/haly/
Dnrfy_uarte.h204 while (!nrf_uarte_event_check(p_reg, NRF_UARTE_EVENT_TXSTOPPED)) in nrfy_uarte_tx_abort()
333 bool check = nrf_uarte_event_check(p_reg, event); in nrfy_uarte_event_check()
594 if ((mask & NRFY_EVENT_TO_INT_BITMASK(event)) && nrf_uarte_event_check(p_reg, event)) in __nrfy_internal_uarte_event_handle()
/hal_nordic-3.5.0/nrfx/hal/
Dnrf_uarte.h241 NRF_STATIC_INLINE bool nrf_uarte_event_check(NRF_UARTE_Type const * p_reg,
522 NRF_STATIC_INLINE bool nrf_uarte_event_check(NRF_UARTE_Type const * p_reg, in nrf_uarte_event_check() function