Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/adc/
Dvoltage_divider.h14 uint32_t full_ohms; member
31 .full_ohms = DT_PROP_OR(node_id, full_ohms, 0), \
49 if (spec->full_ohms == 0) { in voltage_divider_scale_dt()
54 *v_to_v = (int64_t)*v_to_v * spec->full_ohms / spec->output_ohms; in voltage_divider_scale_dt()
/Zephyr-latest/drivers/usb_c/vbus/
Dusbc_vbus_adc.c208 .full_ohm = DT_INST_PROP_OR(inst, full_ohms, 0), \
/Zephyr-latest/samples/boards/nordic/battery/src/
Dbattery.c60 .full_ohm = DT_PROP(VBATT, full_ohms),