Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/hal/
Dnrf_uarte.h287 NRF_STATIC_INLINE uint32_t nrf_uarte_int_enable_check(NRF_UARTE_Type const * p_reg, uint32_t mask);
549 NRF_STATIC_INLINE uint32_t nrf_uarte_int_enable_check(NRF_UARTE_Type const * p_reg, uint32_t mask) in nrf_uarte_int_enable_check() function
/hal_nordic-3.5.0/nrfx/haly/
Dnrfy_uarte.h371 uint32_t check = nrf_uarte_int_enable_check(p_reg, mask); in nrfy_uarte_int_enable_check()