Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_wdt.c292 nrfy_wdt_task_stop_enable_set(p_instance->p_reg, true); in nrfx_wdt_stop()
294 nrfy_wdt_task_stop_enable_set(p_instance->p_reg, false); in nrfx_wdt_stop()
/hal_nordic-latest/nrfx/haly/
Dnrfy_wdt.h327 NRFY_STATIC_INLINE void nrfy_wdt_task_stop_enable_set(NRF_WDT_Type * p_reg, bool enable) in nrfy_wdt_task_stop_enable_set() function
/hal_nordic-latest/nrfx/
DCHANGELOG.md153 - Added the new nrfy_wdt_task_stop_enable_set() function to the WDT HALY that enables or disables s…