Home
last modified time | relevance | path

Searched defs:WatchdogMethod (Results 1 – 1 of 1) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/watchdog/
Dwatchdog_core.h34 struct WatchdogMethod { struct
35 int32_t (*getStatus)(struct WatchdogCntlr *wdt, int32_t *status);
36 int32_t (*setTimeout)(struct WatchdogCntlr *wdt, uint32_t seconds);
37 int32_t (*getTimeout)(struct WatchdogCntlr *wdt, uint32_t *seconds);
38 int32_t (*start)(struct WatchdogCntlr *wdt);
39 int32_t (*stop)(struct WatchdogCntlr *wdt);
40 int32_t (*feed)(struct WatchdogCntlr *wdt);
41 int32_t (*getPriv)(struct WatchdogCntlr *wdt);
42 void (*releasePriv)(struct WatchdogCntlr *wdt);