Searched refs:hw_wdt_channel (Results 1 – 1 of 1) sorted by relevance
50 static int hw_wdt_channel; variable83 wdt_feed(hw_wdt_dev, hw_wdt_channel); in schedule_next_timeout()139 hw_wdt_channel = wdt_install_timeout(hw_wdt_dev, &wdt_config); in task_wdt_init()140 if (hw_wdt_channel < 0) { in task_wdt_init()141 LOG_ERR("hw_wdt install timeout failed: %d", hw_wdt_channel); in task_wdt_init()142 return hw_wdt_channel; in task_wdt_init()