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