Searched refs:nrf_wdt_task_stop_enable_set (Results 1 – 3 of 3) sorted by relevance
401 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
329 nrf_wdt_task_stop_enable_set(p_reg, enable); in nrfy_wdt_task_stop_enable_set()
177 - Replaced the nrf_wdt_task_stop_enable() function with nrf_wdt_task_stop_enable_set(). Now it take…