Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/watchdog/
A Dhal_watchdog.c87 int timeout_set = timeout; in hal_watchdog_reset() local
96 timeout_set = 16; in hal_watchdog_reset()
99 if (wdt_timeout_map[timeout_set] == 0) in hal_watchdog_reset()
101 timeout_set++; in hal_watchdog_reset()
104 wtmode = KEY_FIELD_MAGIC | (wdt_timeout_map[timeout_set] << 4) | WDT_MODE_EN; in hal_watchdog_reset()

Completed in 4 milliseconds