Searched refs:NS_PER_MS (Results 1 – 1 of 1) sorted by relevance
41 #define NS_PER_MS 1000000LL macro855 delay_ms = period_ns/NS_PER_MS; // int64_t is being dropped to an int type in batch()856 timeout_ms = timeout/NS_PER_MS; // int64_t is being dropped to an int type in batch()1017 size_t n = snprintf(buf, sizeof(buf), "%d %lld\n", what, (delay_ns/NS_PER_MS)); in setDelay()1124 event_mcu_time / NS_PER_MS, in readEvents()1164 mPendingEvents[sensorsid].timestamp = time * NS_PER_MS; in processEvent()