Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/regulator/
Dregulator_gpio.c23 uint8_t states_cnt; member
92 return cfg->states_cnt; in regulator_gpio_count_voltages()
99 if (idx >= cfg->states_cnt) { in regulator_gpio_list_voltage()
117 for (unsigned int state_idx = 0; state_idx < cfg->states_cnt; state_idx++) { in regulator_gpio_set_voltage()
225 .states_cnt = DT_INST_PROP_LEN(inst, states) / 2, \