Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_ds2438.c47 #define DS2438_VOLTAGE_MSB 0x04 macro
224 *voltage = (((uint16_t) w1_buf[DS2438_VOLTAGE_MSB]) << 8) | ((uint16_t) w1_buf[DS2438_VOLTAGE_LSB]); in w1_ds2438_get_voltage()
/kernel/linux/linux-6.6/drivers/w1/slaves/
H A Dw1_ds2438.c47 #define DS2438_VOLTAGE_MSB 0x04 macro
259 *voltage = (((uint16_t) w1_buf[DS2438_VOLTAGE_MSB]) << 8) | ((uint16_t) w1_buf[DS2438_VOLTAGE_LSB]); in w1_ds2438_get_voltage()

Completed in 2 milliseconds