Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adltc2990/
Dadltc2990.c442 enum adltc2990_monitoring_type mode_v1_v2 = adltc2990_get_v1_v2_measurement_modes( in adltc2990_sample_fetch() local
460 if (!(mode_v1_v2 == VOLTAGE_DIFFERENTIAL || mode_v3_v4 == VOLTAGE_DIFFERENTIAL)) { in adltc2990_sample_fetch()
465 ret = fetch_pin_current_value(dev, mode_v1_v2, V1); in adltc2990_sample_fetch()
485 ret = fetch_pin_differential_voltage_value(dev, mode_v1_v2, V1); in adltc2990_sample_fetch()
495 ret = fetch_pin_single_ended_voltage_value(dev, mode_v1_v2, V1, V2); in adltc2990_sample_fetch()
508 if (!(mode_v1_v2 == TEMPERATURE || mode_v3_v4 == TEMPERATURE)) { in adltc2990_sample_fetch()
513 ret = fetch_pin_temperature_value(dev, mode_v1_v2, V1); in adltc2990_sample_fetch()
541 enum adltc2990_monitoring_type mode_v1_v2 = adltc2990_get_v1_v2_measurement_modes( in adltc2990_channel_get() local
556 if (mode_v1_v2 == VOLTAGE_SINGLEENDED) { in adltc2990_channel_get()
559 } else if (mode_v1_v2 == VOLTAGE_DIFFERENTIAL) { in adltc2990_channel_get()
[all …]