Searched refs:timeres (Results 1 – 1 of 1) sorted by relevance
93 timeres = DHT11_SENSOR_RESPONSE; in dht11_decode() local99 if (t > 0 && t < timeres) in dht11_decode()100 timeres = t; in dht11_decode()102 if (2*timeres > DHT11_DATA_BIT_HIGH) { in dht11_decode()104 timeres); in dht11_decode()107 threshold = DHT11_DATA_BIT_HIGH / timeres; in dht11_decode()108 if (DHT11_DATA_BIT_LOW/timeres + 1 >= threshold) in dht11_decode()117 timing[i] = t / timeres; in dht11_decode()