Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/charger/
Dcharger_max20335.c409 enum charger_max20335_therm_mode therm_mode; in max20335_update_properties() local
430 therm_mode = max20335_string_to_therm_mode(config->therm_mon_mode); in max20335_update_properties()
431 ret = max20335_set_thermistor_mode(dev, therm_mode); in max20335_update_properties()