Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dtime.h44 #define OT_MS_PER_S 1000 ///< Number of milliseconds per second macro
/openthread-latest/examples/platforms/simulation/
Dradio.c725 tv.tv_sec = remaining / OT_MS_PER_S; in platformRadioUpdateFdSet()
726 tv.tv_usec = (remaining % OT_MS_PER_S) * OT_US_PER_MS; in platformRadioUpdateFdSet()