Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_cc32xx.c44 static const uint32_t maxMs = MAX_RELOAD_VALUE / ratio; in wdt_cc32xx_msToTicks() local
46 if (ms > maxMs) { in wdt_cc32xx_msToTicks()
47 return maxMs; in wdt_cc32xx_msToTicks()