Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/
Dap_hub_sync.c25 #define SYNC_EXPIRATION S_IN_NS(50) //50 sec in ns, at max 500us diff macro
50 if (apTime > sync->lastTs + SYNC_EXPIRATION || sync->lastTs == 0) { in apHubSyncAddDelta()