# watchdog\_if.h ## **Overview** **Related Modules:** [WATCHDOG](WATCHDOG.md) **Description:** Declares standard watchdog APIs. **Since:** 1.0 ## **Summary** ## Enumerations
WatchdogOpen (int16_t wdtId) |
struct DevHandle * |
WatchdogClose (struct DevHandle *handle) |
|
WatchdogGetStatus (struct DevHandle *handle, int32_t *status) |
|
WatchdogStart (struct DevHandle *handle) |
|
WatchdogStop (struct DevHandle *handle) |
|
WatchdogSetTimeout (struct DevHandle *handle, uint32_t seconds) |
|
WatchdogGetTimeout (struct DevHandle *handle, uint32_t *seconds) |
|
WatchdogFeed (struct DevHandle *handle) |