Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/task_wdt/src/
Dmain.c80 int task_wdt_id = task_wdt_add(1100U, NULL, NULL); in main() local
84 task_wdt_feed(task_wdt_id); in main()
95 int task_wdt_id; in control_thread() local
104 task_wdt_id = task_wdt_add(100U, task_wdt_callback, in control_thread()
113 task_wdt_feed(task_wdt_id); in control_thread()