Searched refs:restart (Results 1 – 1 of 1) sorted by relevance
43 uint32_t restart = ((swdt_clock / 4096) * target_timeout) / 1000; in platform_watchdog_init() local46 if (restart > 0x00ffffff) in platform_watchdog_init()47 restart = 0x00ffffff; in platform_watchdog_init()49 LTRACEF("restart value %u\n", restart); in platform_watchdog_init()52 restart |= 0xfff; in platform_watchdog_init()56 *recommended_pet_period = ((restart * 1000) / (swdt_clock / 4096)) / 2; in platform_watchdog_init()63 SWDT->CONTROL = SWDT_CONTROL_CKEY | ((restart >> 12) << 2) | 3; in platform_watchdog_init()
Completed in 3 milliseconds