Yi Li | 4f025cd | 2016-12-02 19:03:53 +0800 | [diff] [blame] | 1 | description: > |
| 2 | Implement the watchdog function. |
| 3 | properties: |
| 4 | - name: Enabled |
| 5 | type: boolean |
| 6 | description: > |
| 7 | The watchdog is enabled or not. |
| 8 | default: false |
| 9 | - name: Interval |
| 10 | type: uint64 |
| 11 | description: > |
Patrick Venture | 08b0d93 | 2017-07-30 10:40:41 -0700 | [diff] [blame] | 12 | Time interval to arm the watchdog, in milli-second. |
Yi Li | 4f025cd | 2016-12-02 19:03:53 +0800 | [diff] [blame] | 13 | default: 30000 |
| 14 | - name: TimeRemaining |
| 15 | type: uint64 |
| 16 | description: > |
Patrick Venture | 08b0d93 | 2017-07-30 10:40:41 -0700 | [diff] [blame] | 17 | Time remaining before timeout, in milli-second. |
Yi Li | 4f025cd | 2016-12-02 19:03:53 +0800 | [diff] [blame] | 18 | Setting this property can re-arm the watchdog. |
| 19 | default: 0 |
Yi Li | 4f025cd | 2016-12-02 19:03:53 +0800 | [diff] [blame] | 20 | |
| 21 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |