Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_wdt.c218 nrfy_wdt_task_trigger(p_instance->p_reg, NRF_WDT_TASK_START); in nrfx_wdt_enable()
293 nrfy_wdt_task_trigger(p_instance->p_reg, NRF_WDT_TASK_STOP); in nrfx_wdt_stop()
/hal_nordic-latest/nrfx/haly/
Dnrfy_wdt.h147 NRFY_STATIC_INLINE void nrfy_wdt_task_trigger(NRF_WDT_Type * p_reg, nrf_wdt_task_t task) in nrfy_wdt_task_trigger() function