Searched refs:timeout_s (Results 1 – 1 of 1) sorted by relevance
108 void checkpoint_boot_state(uint32_t timeout_s) in checkpoint_boot_state() argument117 while (timeout_s != 0) { in checkpoint_boot_state()123 cli_printf(NONE, "%c%d", 0x8, timeout_s); in checkpoint_boot_state()124 timeout_s = timeout_s - 1; in checkpoint_boot_state()
Completed in 2 milliseconds