Home
last modified time | relevance | path

Searched refs:WATCHDOG_ID_MAX (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/watchdog/
Dwatchdog_if.c19 #define WATCHDOG_ID_MAX 8 macro
27 if (wdtId < 0 || wdtId >= WATCHDOG_ID_MAX) { in WatchdogGetById()
Dwatchdog_if_u.c16 #define WATCHDOG_ID_MAX 8 macro
24 if (wdtId < 0 || wdtId >= WATCHDOG_ID_MAX) { in WatchdogServiceGetById()