Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adltc2990/
Dadltc2990.c152 uint8_t msb_address, lsb_address; in adltc2990_fetch_property_value() local
156 msb_address = ADLTC2990_REG_V1_MSB; in adltc2990_fetch_property_value()
161 msb_address = ADLTC2990_REG_V2_MSB; in adltc2990_fetch_property_value()
166 msb_address = ADLTC2990_REG_V3_MSB; in adltc2990_fetch_property_value()
171 msb_address = ADLTC2990_REG_V4_MSB; in adltc2990_fetch_property_value()
176 msb_address = ADLTC2990_REG_INTERNAL_TEMP_MSB; in adltc2990_fetch_property_value()
181 msb_address = ADLTC2990_REG_VCC_MSB; in adltc2990_fetch_property_value()
192 ret = i2c_reg_read_byte_dt(&cfg->bus, msb_address, &msb_value); in adltc2990_fetch_property_value()