batt_volts_max    105 core/conf.c            conf.batt_volts_max = get_vbatt_max();
batt_volts_max    222 core/conf.c        CONF_INFO(100, conf.batt_volts_max,                         CONF_FUNC_PTR,  func:get_vbatt_max),
batt_volts_max   1039 core/gui.c         if (conf.batt_volts_max < conf.batt_volts_min + 25)
batt_volts_max   1040 core/gui.c             conf.batt_volts_min = conf.batt_volts_max - 25;
batt_volts_max   1045 core/gui.c         if (conf.batt_volts_min > conf.batt_volts_max - 25)
batt_volts_max   1046 core/gui.c             conf.batt_volts_max = conf.batt_volts_min + 25;
batt_volts_max   1050 core/gui.c         MENU_ITEM   (0x66,LANG_MENU_BATT_VOLT_MAX,              MENUITEM_INT|MENUITEM_ARG_CALLBACK,     &conf.batt_volts_max,   (int)cb_batt_max ),
batt_volts_max     31 core/gui_batt.c     if (v>conf.batt_volts_max) v=conf.batt_volts_max;
batt_volts_max     33 core/gui_batt.c     return (v-conf.batt_volts_min)*100/(conf.batt_volts_max-conf.batt_volts_min);
batt_volts_max    117 include/conf.h     int batt_volts_max;