Searched refs:full_ohms (Results 1 – 3 of 3) sorted by relevance
14 uint32_t full_ohms; member31 .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()
208 .full_ohm = DT_INST_PROP_OR(inst, full_ohms, 0), \
60 .full_ohm = DT_PROP(VBATT, full_ohms),