Home
last modified time | relevance | path

Searched refs:WatchdogCntlrGetStatus (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/watchdog/
Dwatchdog_core.h91 int32_t WatchdogCntlrGetStatus(struct WatchdogCntlr *cntlr, int32_t *status);
/drivers/hdf_core/framework/support/platform/src/watchdog/
Dwatchdog_if.c95 return WatchdogCntlrGetStatus((struct WatchdogCntlr *)handle, status); in WatchdogGetStatus()
Dwatchdog_core.c89 int32_t WatchdogCntlrGetStatus(struct WatchdogCntlr *cntlr, int32_t *status) in WatchdogCntlrGetStatus() function
279 ret = WatchdogCntlrGetStatus(cntlr, &status); in WatchdogUserGetStatus()