Home
last modified time | relevance | path

Searched refs:nrf_wdt_task_stop_enable_set (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_wdt.h401 NRF_STATIC_INLINE void nrf_wdt_task_stop_enable_set(NRF_WDT_Type * p_reg, bool enable);
554 NRF_STATIC_INLINE void nrf_wdt_task_stop_enable_set(NRF_WDT_Type * p_reg, bool enable) in nrf_wdt_task_stop_enable_set() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_wdt.h329 nrf_wdt_task_stop_enable_set(p_reg, enable); in nrfy_wdt_task_stop_enable_set()
/hal_nordic-latest/nrfx/
DCHANGELOG.md177 - Replaced the nrf_wdt_task_stop_enable() function with nrf_wdt_task_stop_enable_set(). Now it take…