Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_cc13xx_cc26xx.c40 #define WATCHDOG_MS_TO_TICKS(_ms) ((_ms) * WATCHDOG_MS_RATIO) macro
72 data->reload = WATCHDOG_MS_TO_TICKS(cfg->window.max); in wdt_cc13xx_cc26xx_install_timeout()
235 .reload = WATCHDOG_MS_TO_TICKS( \