Searched refs:OT_MS_PER_S (Results 1 – 2 of 2) sorted by relevance
44 #define OT_MS_PER_S 1000 ///< Number of milliseconds per second macro
725 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()