Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/test/unittest/common/
Dhdf_watchdog_mini_test.cpp43 static int16_t wdtId = 7; in WatchdogMiniEnableGetEnableTest() local
76 static int16_t wdtId = 7; in WatchdogMiniBarkTest() local
/drivers/hdf_core/framework/support/platform/src/watchdog/
Dwatchdog_if.c22 static struct WatchdogCntlr *WatchdogGetById(int16_t wdtId) in WatchdogGetById()
50 int32_t WatchdogOpen(int16_t wdtId, DevHandle *handle) in WatchdogOpen()
Dwatchdog_if_u.c19 static void *WatchdogServiceGetById(int16_t wdtId) in WatchdogServiceGetById()
43 int32_t WatchdogOpen(int16_t wdtId, DevHandle *handle) in WatchdogOpen()
/drivers/hdf_core/framework/support/platform/include/watchdog/
Dwatchdog_core.h30 int16_t wdtId; member