Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/regulator/
Dregulator_npm2100.c128 static const struct linear_range boost_ocp_range = LINEAR_RANGE_INIT(0, 300000, 0U, 1U); variable
271 return linear_range_values_count(&boost_ocp_range); in regulator_npm2100_count_currents()
291 return linear_range_get_value(&boost_ocp_range, idx, current_ua); in regulator_npm2100_list_currents()
314 ret = linear_range_get_win_index(&boost_ocp_range, min_ua, max_ua, &idx); in regulator_npm2100_set_current()