Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/humidity/
Ddht11.c79 static unsigned char dht11_decode_byte(int *timing, int threshold) in dht11_decode_byte() function
111 hum_int = dht11_decode_byte(timing, threshold); in dht11_decode()
112 hum_dec = dht11_decode_byte(&timing[8], threshold); in dht11_decode()
113 temp_int = dht11_decode_byte(&timing[16], threshold); in dht11_decode()
114 temp_dec = dht11_decode_byte(&timing[24], threshold); in dht11_decode()
115 checksum = dht11_decode_byte(&timing[32], threshold); in dht11_decode()