Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adltc2990/
Dadltc2990.c221 int32_t voltage_value = (value << (31 - negative_bit_index)) >> (31 - negative_bit_index); in adltc2990_fetch_property_value() local
223 *output = (voltage_value * conversion_factor) / sensor_val_divisor; in adltc2990_fetch_property_value()