Searched refs:seconds (Results 1 - 1 of 1) sorted by path

/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_misccmds.c80 "of seconds. Without any arguments, CFE will wait one second.\n",
111 int seconds = 1; local
115 if ((x = cmd_getarg(cmd,0))) seconds = atoi(x);
117 TIMER_SET(timer,seconds*CFE_HZ);

Completed in 33 milliseconds