watchdog_if.h
Overview
Related Modules:
Description:
Declares standard watchdog APIs.
Since:
1.0
Summary
Enumerations
Functions
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) |