Searched refs:MSEC_PER_SEC (Results 1 – 1 of 1) sorted by relevance
102 #ifndef MSEC_PER_SEC103 #define MSEC_PER_SEC 1000 macro111 #define USEC_PER_SEC (USEC_PER_MSEC * MSEC_PER_SEC)114 #define SPI_POLL_PERIOD_MSEC (MSEC_PER_SEC / 30)1846 int timeout_ms = MSEC_PER_SEC * 60 * 60 * 24; // 24 hours in main()1966 timeout.tv_sec = timeout_ms / MSEC_PER_SEC; in main()1967 timeout.tv_usec = (timeout_ms % MSEC_PER_SEC) * USEC_PER_MSEC; in main()