Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/
Dtime_sync.c26 sync->hold_count = 0; in time_sync_reset()
79 if (sync->hold_count > 0) { in time_sync_add()
80 --sync->hold_count; in time_sync_add()
162 sync->hold_count = count; in time_sync_hold()
/device/google/contexthub/firmware/os/inc/algos/
Dtime_sync.h43 uint8_t hold_count; member