Searched refs:m_cfg_wdt1 (Results 1 – 1 of 1) sorted by relevance
138 static struct wdt_timeout_cfg m_cfg_wdt1; variable331 m_cfg_wdt1.callback = wdt_int_cb1; in test_wdt_callback_2()332 m_cfg_wdt1.flags = WDT_FLAG_RESET_SOC; in test_wdt_callback_2()333 m_cfg_wdt1.window.max = WDT_TEST_MAX_WINDOW; in test_wdt_callback_2()334 err = wdt_install_timeout(wdt, &m_cfg_wdt1); in test_wdt_callback_2()