Home | History | Annotate | Download | only in tests

Lines Matching refs:msec

33   uint16_t msec;
231 VBDEBUG((" VbExKeyboardRead() - returning %d at %d msec\n",
237 VBDEBUG((" VbExKeyboardRead() - returning %d at %d msec\n",
242 void VbExSleepMs(uint32_t msec) {
243 current_ticks += (uint64_t)msec * TICKS_PER_MSEC;
245 VBDEBUG(("VbExSleepMs(%d) -> %d\n", msec, current_time));
252 VbError_t VbExBeep(uint32_t msec, uint32_t frequency) {
253 VBDEBUG(("VbExBeep(%d, %d) at %d msec\n", msec, frequency, current_time));
256 msec == expected_event[current_event].msec &&
262 if (msec)
263 VbExSleepMs(msec);
292 VBDEBUG((" current_time is %d msec\n", current_time));