Lines Matching full:watchdog
1 .. zephyr:code-sample:: watchdog
2 :name: Watchdog
5 Use the watchdog driver API to reset the board when it gets stuck in an infinite loop.
10 This sample demonstrates how to use the watchdog driver API.
12 A typical use case for a watchdog is that the board is restarted in case some piece of code
18 In this sample, a watchdog callback is used to handle a timeout event once. This functionality is u…
19 restarts due to a timeout event in the watchdog driver.
21 The watchdog peripheral is configured in the board's ``.dts`` file. Make sure that the watchdog is …
31 :zephyr-app: samples/drivers/watchdog
45 Watchdog sample application
47 Feeding watchdog 5 times
48 Feeding watchdog...
49 Feeding watchdog...
50 Feeding watchdog...
51 Feeding watchdog...
52 Feeding watchdog...