Searched refs:MSEC_TO_NANOS (Results 1 – 6 of 6) sorted by relevance
41 MSEC_TO_NANOS(800), // t060 MSEC_TO_NANOS(500), // window_time_duration_nanos81 MSEC_TO_NANOS(100), // min_temp_update_period_nanos
36 #define MSEC_TO_NANOS(x) (static_cast<uint64_t>(x * UINT64_C(1000000))) macro38 #define MSEC_TO_NANOS(x) ((uint64_t)(x * UINT64_C(1000000))) // NOLINT macro41 #define SEC_TO_NANOS(x) MSEC_TO_NANOS(x * UINT64_C(1000))
39 #define GYROCAL_WAIT_TIME_NANOS (MSEC_TO_NANOS(100))
2617 if ((now - T(last_sync_time)) > MSEC_TO_NANOS(100)) {2648 if (updated_data_timestamp > (data_timestamp + MSEC_TO_NANOS(1))) {2649 updated_data_timestamp = data_timestamp + MSEC_TO_NANOS(1);
3849 MSEC_TO_NANOS(800), // t03893 MSEC_TO_NANOS(500), // min_temp_update_period_nanos
5095 MSEC_TO_NANOS(800), // t0 in lsm6dsm_startTask()5139 MSEC_TO_NANOS(500), // min_temp_update_period_nanos in lsm6dsm_startTask()