Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/adi/adltc2990/
Dadltc2990_internal.h44 uint32_t pins_current_resistor; member
Dadltc2990.c422 (float)cfg->pins_v1_v2.pins_current_resistor); in fetch_pin_current_value()
428 (float)cfg->pins_v3_v4.pins_current_resistor); in fetch_pin_current_value()
633 .pins_v1_v2.pins_current_resistor = \
639 .pins_v3_v4.pins_current_resistor = \
/Zephyr-latest/tests/drivers/sensor/adltc2990/src/
Dmain.c206 CHECK_CURRENT(current_values, 0, 0.3f, dev_config->pins_v1_v2.pins_current_resistor); in ZTEST_F()
212 CHECK_CURRENT(current_values, 0, 0.159f, dev_config->pins_v1_v2.pins_current_resistor); in ZTEST_F()
343 CHECK_CURRENT(current_values, 0, 0.3f, dev_config->pins_v1_v2.pins_current_resistor); in ZTEST_F()
349 CHECK_CURRENT(current_values, 1, 0.159f, dev_config->pins_v3_v4.pins_current_resistor); in ZTEST_F()