Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c360 uint32_t int_enabled = nrfy_uarte_int_enable_check(p_uarte, UINT32_MAX); in uarte_int_lock()
1163 nrfy_uarte_int_enable_check(p_uarte, NRF_UARTE_INT_TXSTOPPED_MASK); in is_tx_active()
1333 if (nrfy_uarte_int_enable_check(p_uarte, NRF_UARTE_INT_RXDRDY_MASK) && p_cb->handler && in nrfx_uarte_rx_enable()
2064 uint32_t int_mask = nrfy_uarte_int_enable_check(p_uarte, UINT32_MAX); in irq_handler()
/hal_nordic-latest/nrfx/haly/
Dnrfy_uarte.h391 NRFY_STATIC_INLINE uint32_t nrfy_uarte_int_enable_check(NRF_UARTE_Type const * p_reg, in nrfy_uarte_int_enable_check() function