Searched refs:pins_current_resistor (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/drivers/sensor/adi/adltc2990/ |
| D | adltc2990_internal.h | 44 uint32_t pins_current_resistor; member
|
| D | adltc2990.c | 422 (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/ |
| D | main.c | 206 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()
|