Home
last modified time | relevance | path

Searched refs:dwDelayInMs (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/osal/src/
DphOsal_Posix.cpp356 void phOsal_Delay(uint32_t dwDelayInMs) { in phOsal_Delay() argument
357 usleep(dwDelayInMs * 1000); /**< Converting milliseconds to Microseconds */ in phOsal_Delay()