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

/linux-master/drivers/hwmon/
H A Dsht15.c223 * sht15_send_bit() - send an individual bit to the device
227 static inline void sht15_send_bit(struct sht15_data *data, int val) function
281 sht15_send_bit(data, !!(byte & 0x80));

Completed in 138 milliseconds