Searched refs:tol (Results 1 – 1 of 1) sorted by relevance
58 #define VS1838B_MIN_TICK(usec, tol) \ argument59 ((((usec) - (tol)) * CONFIG_SYS_CLOCK_TICKS_PER_SEC) / USEC_PER_SEC)60 #define VS1838B_MAX_TICK(usec, tol) \ argument61 ((((usec) + (tol)) * CONFIG_SYS_CLOCK_TICKS_PER_SEC) / USEC_PER_SEC)
Completed in 34 milliseconds