Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in sht15_send_bit() function
281 sht15_send_bit(data, !!(byte & 0x80)); in sht15_send_byte()
/kernel/linux/linux-6.6/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) in sht15_send_bit() function
281 sht15_send_bit(data, !!(byte & 0x80)); in sht15_send_byte()

Completed in 3 milliseconds