Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/drivers/tilt_detection/
Dtilt_detection.c39 #define BATCH_TIME 2000000000ull // 2.0 seconds macro
104 if (dt > BATCH_TIME) { in algoUpdate()