Searched refs:sht15_send_bit (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dsht15.c140 * sht15_send_bit() - send an individual bit to the device
144 static inline void sht15_send_bit(struct sht15_data *data, int val) function
192 sht15_send_bit(data, !!(byte & 0x80));

Completed in 114 milliseconds