Searched refs:pins_current_resistor (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/sensor/adi/adltc2990/ |
D | adltc2990.h | 43 uint32_t pins_current_resistor; member
|
D | adltc2990.c | 292 (float)cfg->pins_v1_v2.pins_current_resistor); in adltc2990_sample_fetch() 300 (float)cfg->pins_v3_v4.pins_current_resistor); in adltc2990_sample_fetch() 520 .pins_v1_v2.pins_current_resistor = \ 526 .pins_v3_v4.pins_current_resistor = \
|
/Zephyr-latest/tests/drivers/sensor/adltc2990/src/ |
D | main.c | 205 CHECK_CURRENT(current_values, 0, 0.3f, dev_config->pins_v1_v2.pins_current_resistor); in ZTEST_F() 211 CHECK_CURRENT(current_values, 0, 0.159f, dev_config->pins_v1_v2.pins_current_resistor); in ZTEST_F() 342 CHECK_CURRENT(current_values, 0, 0.3f, dev_config->pins_v1_v2.pins_current_resistor); in ZTEST_F() 348 CHECK_CURRENT(current_values, 1, 0.159f, dev_config->pins_v3_v4.pins_current_resistor); in ZTEST_F()
|