Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_wdt.h199 NRF_STATIC_INLINE uint32_t nrf_wdt_int_enable_check(NRF_WDT_Type const * p_reg, uint32_t mask);
432 NRF_STATIC_INLINE uint32_t nrf_wdt_int_enable_check(NRF_WDT_Type const * p_reg, uint32_t mask) in nrf_wdt_int_enable_check() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_wdt.h194 uint32_t check = nrf_wdt_int_enable_check(p_reg, mask); in nrfy_wdt_int_enable_check()