Lines Matching defs:delay
397 const uint32_t delay = 200;
419 Msleep(delay);
430 /* delay should add 10 millisecond to ajust */
431 if (setMillisec < (delay + 10)) {
434 setMillisec -= delay + 10;
618 const uint32_t delay = 200;
634 Msleep(delay);
645 /* delay should add 10 millisecond to ajust */
646 if (setMillisec < (delay + 10)) {
649 setMillisec -= delay + 10;