Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/humidity/
Ddht11.c45 #define DHT11_BITS_PER_READ 40 macro
50 #define DHT11_EDGES_PER_READ (2 * DHT11_BITS_PER_READ + \
95 int i, t, timing[DHT11_BITS_PER_READ], threshold; in dht11_decode()
103 for (i = 0; i < DHT11_BITS_PER_READ; ++i) { in dht11_decode()