foxBMS-UnitTests  1.0.0
The foxBMS Unit Tests API Documentation
sof_cfg.c
Go to the documentation of this file.
1 /**
2  *
3  * @copyright © 2010 - 2021, Fraunhofer-Gesellschaft zur Foerderung der
4  * angewandten Forschung e.V. All rights reserved.
5  *
6  * BSD 3-Clause License
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions are met:
9  * 1. Redistributions of source code must retain the above copyright notice,
10  * this list of conditions and the following disclaimer.
11  * 2. Redistributions in binary form must reproduce the above copyright
12  * notice, this list of conditions and the following disclaimer in the
13  * documentation and/or other materials provided with the distribution.
14  * 3. Neither the name of the copyright holder nor the names of its
15  * contributors may be used to endorse or promote products derived from
16  * this software without specific prior written permission.
17  *
18  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28  * POSSIBILITY OF SUCH DAMAGE.
29  *
30  * We kindly request you to use one or more of the following phrases to refer
31  * to foxBMS in your hardware, software, documentation or advertising
32  * materials:
33  *
34  * ″This product uses parts of foxBMS®″
35  *
36  * ″This product includes parts of foxBMS®″
37  *
38  * ″This product is derived from foxBMS®″
39  *
40  */
41 
42 /**
43  * @file sof_cfg.c
44  * @author foxBMS Team
45  * @date 2020-10-07 (date of creation)
46  * @updated 2020-10-07 (date of last update)
47  * @ingroup APPLICATION
48  * @prefix SOF
49  *
50  * @brief SOF module configuration file
51  *
52  */
53 
54 /*========== Includes =======================================================*/
55 #include "sof_cfg.h"
56 
57 /*========== Macros and Definitions =========================================*/
58 
59 /*========== Static Constant and Variable Definitions =======================*/
60 
61 /*========== Extern Constant and Variable Definitions =======================*/
62 
65  .maximumDischargeCurrent_mA = SOF_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA,
66  .limpHomeCurrent_mA = SOF_CURRENT_LIMP_HOME_mA,
67  .cutoffLowTemperatureDischarge_ddegC = SOF_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC,
68  .limitLowTemperatureDischarge_ddegC = SOF_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC,
69  .cutoffLowTemperatureCharge_ddegC = SOF_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC,
70  .limitLowTemperatureCharge_ddegC = SOF_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC,
71  .cutoffHighTemperatureDischarge_ddegC = SOF_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC,
72  .limitHighTemperatureDischarge_ddegC = SOF_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC,
73  .cutoffHighTemperatureCharge_ddegC = SOF_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC,
74  .limitHighTemperatureCharge_ddegC = SOF_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC,
75  .limitUpperCellVoltage_mV = SOF_VOLTAGE_LIMIT_CHARGE_mV,
76  .cutoffUpperCellVoltage_mV = SOF_VOLTAGE_CUTOFF_CHARGE_mV,
77  .limitLowerCellVoltage_mV = SOF_VOLTAGE_LIMIT_DISCHARGE_mV,
78  .cutoffLowerCellVoltage_mV = SOF_VOLTAGE_CUTOFF_DISCHARGE_mV};
79 
82  .maximumDischargeCurrent_mA = SOF_MOL_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA,
83  .limpHomeCurrent_mA = SOF_MOL_CURRENT_LIMP_HOME_mA,
84  .cutoffLowTemperatureDischarge_ddegC = SOF_MOL_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC,
85  .limitLowTemperatureDischarge_ddegC = SOF_MOL_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC,
86  .cutoffLowTemperatureCharge_ddegC = SOF_MOL_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC,
87  .limitLowTemperatureCharge_ddegC = SOF_MOL_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC,
88  .cutoffHighTemperatureDischarge_ddegC = SOF_MOL_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC,
89  .limitHighTemperatureDischarge_ddegC = SOF_MOL_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC,
90  .cutoffHighTemperatureCharge_ddegC = SOF_MOL_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC,
91  .limitHighTemperatureCharge_ddegC = SOF_MOL_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC,
92  .limitUpperCellVoltage_mV = SOF_MOL_VOLTAGE_LIMIT_CHARGE_mV,
93  .cutoffUpperCellVoltage_mV = SOF_MOL_VOLTAGE_CUTOFF_CHARGE_mV,
94  .limitLowerCellVoltage_mV = SOF_MOL_VOLTAGE_LIMIT_DISCHARGE_mV,
95  .cutoffLowerCellVoltage_mV = SOF_MOL_VOLTAGE_CUTOFF_DISCHARGE_mV};
96 
99  .maximumDischargeCurrent_mA = SOF_RSL_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA,
100  .limpHomeCurrent_mA = SOF_RSL_CURRENT_LIMP_HOME_mA,
101  .cutoffLowTemperatureDischarge_ddegC = SOF_RSL_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC,
102  .limitLowTemperatureDischarge_ddegC = SOF_RSL_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC,
103  .cutoffLowTemperatureCharge_ddegC = SOF_RSL_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC,
104  .limitLowTemperatureCharge_ddegC = SOF_RSL_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC,
105  .cutoffHighTemperatureDischarge_ddegC = SOF_RSL_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC,
106  .limitHighTemperatureDischarge_ddegC = SOF_RSL_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC,
107  .cutoffHighTemperatureCharge_ddegC = SOF_RSL_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC,
108  .limitHighTemperatureCharge_ddegC = SOF_RSL_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC,
109  .limitUpperCellVoltage_mV = SOF_RSL_VOLTAGE_LIMIT_CHARGE_mV,
110  .cutoffUpperCellVoltage_mV = SOF_RSL_VOLTAGE_CUTOFF_CHARGE_mV,
111  .limitLowerCellVoltage_mV = SOF_RSL_VOLTAGE_LIMIT_DISCHARGE_mV,
112  .cutoffLowerCellVoltage_mV = SOF_RSL_VOLTAGE_CUTOFF_DISCHARGE_mV};
113 
116  .maximumDischargeCurrent_mA = SOF_MSL_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA,
117  .limpHomeCurrent_mA = SOF_MSL_CURRENT_LIMP_HOME_mA,
118  .cutoffLowTemperatureDischarge_ddegC = SOF_MSL_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC,
119  .limitLowTemperatureDischarge_ddegC = SOF_MSL_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC,
120  .cutoffLowTemperatureCharge_ddegC = SOF_MSL_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC,
121  .limitLowTemperatureCharge_ddegC = SOF_MSL_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC,
122  .cutoffHighTemperatureDischarge_ddegC = SOF_MSL_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC,
123  .limitHighTemperatureDischarge_ddegC = SOF_MSL_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC,
124  .cutoffHighTemperatureCharge_ddegC = SOF_MSL_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC,
125  .limitHighTemperatureCharge_ddegC = SOF_MSL_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC,
126  .limitUpperCellVoltage_mV = SOF_MSL_VOLTAGE_LIMIT_CHARGE_mV,
127  .cutoffUpperCellVoltage_mV = SOF_MSL_VOLTAGE_CUTOFF_CHARGE_mV,
128  .limitLowerCellVoltage_mV = SOF_MSL_VOLTAGE_LIMIT_DISCHARGE_mV,
129  .cutoffLowerCellVoltage_mV = SOF_MSL_VOLTAGE_CUTOFF_DISCHARGE_mV};
130 
131 /*========== Static Function Prototypes =====================================*/
132 
133 /*========== Static Function Implementations ================================*/
134 
135 /*========== Extern Function Implementations ================================*/
136 
137 /*========== Externalized Static Function Implementations (Unit Test) =======*/
SOF_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC
#define SOF_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC
Definition: sof_cfg.h:150
SOF_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC
#define SOF_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC
Definition: sof_cfg.h:113
SOF_RSL_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA
#define SOF_RSL_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA
Definition: sof_cfg.h:88
SOF_CURRENT_MAX_CONTINUOUS_CHARGE_mA
#define SOF_CURRENT_MAX_CONTINUOUS_CHARGE_mA
Definition: sof_cfg.h:66
SOF_MOL_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC
#define SOF_MOL_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC
Definition: sof_cfg.h:176
SOF_RSL_VOLTAGE_LIMIT_DISCHARGE_mV
#define SOF_RSL_VOLTAGE_LIMIT_DISCHARGE_mV
Definition: sof_cfg.h:314
SOF_MSL_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA
#define SOF_MSL_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA
Definition: sof_cfg.h:89
SOF_MSL_CURRENT_LIMP_HOME_mA
#define SOF_MSL_CURRENT_LIMP_HOME_mA
Definition: sof_cfg.h:105
SOF_VOLTAGE_LIMIT_CHARGE_mV
#define SOF_VOLTAGE_LIMIT_CHARGE_mV
Definition: sof_cfg.h:273
SOF_MSL_VOLTAGE_LIMIT_DISCHARGE_mV
#define SOF_MSL_VOLTAGE_LIMIT_DISCHARGE_mV
Definition: sof_cfg.h:315
SOF_RSL_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC
#define SOF_RSL_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC
Definition: sof_cfg.h:122
SOF_MSL_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC
#define SOF_MSL_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC
Definition: sof_cfg.h:178
SOF_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC
#define SOF_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC
Definition: sof_cfg.h:186
SOF_MSL_VOLTAGE_CUTOFF_CHARGE_mV
#define SOF_MSL_VOLTAGE_CUTOFF_CHARGE_mV
Definition: sof_cfg.h:267
SOF_MSL_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC
#define SOF_MSL_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC
Definition: sof_cfg.h:196
SOF_MOL_CURRENT_MAX_CONTINUOUS_CHARGE_mA
#define SOF_MOL_CURRENT_MAX_CONTINUOUS_CHARGE_mA
Definition: sof_cfg.h:72
SOF_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC
#define SOF_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC
Definition: sof_cfg.h:241
SOF_MOL_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC
#define SOF_MOL_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC
Definition: sof_cfg.h:249
sof_recommendedCurrent
const SOF_CONFIG_s sof_recommendedCurrent
Definition: sof_cfg.c:63
SOF_RSL_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC
#define SOF_RSL_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC
Definition: sof_cfg.h:177
SOF_MSL_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC
#define SOF_MSL_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC
Definition: sof_cfg.h:123
SOF_MSL_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC
#define SOF_MSL_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC
Definition: sof_cfg.h:160
SOF_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC
#define SOF_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC
Definition: sof_cfg.h:223
SOF_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC
#define SOF_TEMPERATURE_LOW_LIMIT_CHARGE_ddegC
Definition: sof_cfg.h:168
SOF_RSL_VOLTAGE_LIMIT_CHARGE_mV
#define SOF_RSL_VOLTAGE_LIMIT_CHARGE_mV
Definition: sof_cfg.h:282
SOF_MSL_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC
#define SOF_MSL_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC
Definition: sof_cfg.h:142
SOF_RSL_CURRENT_LIMP_HOME_mA
#define SOF_RSL_CURRENT_LIMP_HOME_mA
Definition: sof_cfg.h:104
SOF_RSL_CURRENT_MAX_CONTINUOUS_CHARGE_mA
#define SOF_RSL_CURRENT_MAX_CONTINUOUS_CHARGE_mA
Definition: sof_cfg.h:73
sof_configMaximumSafetyLimit
const SOF_CONFIG_s sof_configMaximumSafetyLimit
Definition: sof_cfg.c:114
SOF_RSL_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC
#define SOF_RSL_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC
Definition: sof_cfg.h:250
SOF_RSL_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC
#define SOF_RSL_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC
Definition: sof_cfg.h:214
SOF_MOL_VOLTAGE_CUTOFF_CHARGE_mV
#define SOF_MOL_VOLTAGE_CUTOFF_CHARGE_mV
Definition: sof_cfg.h:265
SOF_RSL_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC
#define SOF_RSL_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC
Definition: sof_cfg.h:159
SOF_MOL_VOLTAGE_LIMIT_CHARGE_mV
#define SOF_MOL_VOLTAGE_LIMIT_CHARGE_mV
Definition: sof_cfg.h:281
SOF_MOL_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC
#define SOF_MOL_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC
Definition: sof_cfg.h:213
SOF_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC
#define SOF_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC
Definition: sof_cfg.h:204
sof_recommendedSafetyLimit
const SOF_CONFIG_s sof_recommendedSafetyLimit
Definition: sof_cfg.c:97
SOF_MOL_VOLTAGE_CUTOFF_DISCHARGE_mV
#define SOF_MOL_VOLTAGE_CUTOFF_DISCHARGE_mV
Definition: sof_cfg.h:297
SOF_MOL_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC
#define SOF_MOL_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC
Definition: sof_cfg.h:194
SOF_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC
#define SOF_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC
Definition: sof_cfg.h:131
SOF_MSL_VOLTAGE_LIMIT_CHARGE_mV
#define SOF_MSL_VOLTAGE_LIMIT_CHARGE_mV
Definition: sof_cfg.h:283
SOF_CONFIG::maximumChargeCurrent_mA
float maximumChargeCurrent_mA
Definition: sof_cfg.h:324
SOF_RSL_VOLTAGE_CUTOFF_DISCHARGE_mV
#define SOF_RSL_VOLTAGE_CUTOFF_DISCHARGE_mV
Definition: sof_cfg.h:298
sof_cfg.h
Header for SOF configuration.
SOF_VOLTAGE_LIMIT_DISCHARGE_mV
#define SOF_VOLTAGE_LIMIT_DISCHARGE_mV
Definition: sof_cfg.h:305
SOF_VOLTAGE_CUTOFF_CHARGE_mV
#define SOF_VOLTAGE_CUTOFF_CHARGE_mV
Definition: sof_cfg.h:257
SOF_MOL_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC
#define SOF_MOL_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC
Definition: sof_cfg.h:231
SOF_CONFIG
Definition: sof_cfg.h:321
SOF_RSL_VOLTAGE_CUTOFF_CHARGE_mV
#define SOF_RSL_VOLTAGE_CUTOFF_CHARGE_mV
Definition: sof_cfg.h:266
SOF_MOL_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC
#define SOF_MOL_TEMPERATURE_LOW_CUTOFF_DISCHARGE_ddegC
Definition: sof_cfg.h:121
SOF_MSL_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC
#define SOF_MSL_TEMPERATURE_HIGH_LIMIT_DISCHARGE_ddegC
Definition: sof_cfg.h:215
SOF_MSL_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC
#define SOF_MSL_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC
Definition: sof_cfg.h:233
SOF_CURRENT_LIMP_HOME_mA
#define SOF_CURRENT_LIMP_HOME_mA
Definition: sof_cfg.h:97
SOF_MOL_CURRENT_LIMP_HOME_mA
#define SOF_MOL_CURRENT_LIMP_HOME_mA
Definition: sof_cfg.h:103
SOF_MSL_CURRENT_MAX_CONTINUOUS_CHARGE_mA
#define SOF_MSL_CURRENT_MAX_CONTINUOUS_CHARGE_mA
Definition: sof_cfg.h:74
SOF_VOLTAGE_CUTOFF_DISCHARGE_mV
#define SOF_VOLTAGE_CUTOFF_DISCHARGE_mV
Definition: sof_cfg.h:289
SOF_MSL_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC
#define SOF_MSL_TEMPERATURE_HIGH_LIMIT_CHARGE_ddegC
Definition: sof_cfg.h:251
SOF_MOL_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC
#define SOF_MOL_TEMPERATURE_LOW_CUTOFF_CHARGE_ddegC
Definition: sof_cfg.h:158
SOF_RSL_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC
#define SOF_RSL_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC
Definition: sof_cfg.h:141
SOF_RSL_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC
#define SOF_RSL_TEMPERATURE_HIGH_CUTOFF_DISCHARGE_ddegC
Definition: sof_cfg.h:195
SOF_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA
#define SOF_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA
Definition: sof_cfg.h:81
sof_maximumOperatingLimit
const SOF_CONFIG_s sof_maximumOperatingLimit
Definition: sof_cfg.c:80
SOF_MOL_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA
#define SOF_MOL_CURRENT_MAX_CONTINUOUS_DISCHARGE_mA
Definition: sof_cfg.h:87
SOF_MOL_VOLTAGE_LIMIT_DISCHARGE_mV
#define SOF_MOL_VOLTAGE_LIMIT_DISCHARGE_mV
Definition: sof_cfg.h:313
SOF_RSL_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC
#define SOF_RSL_TEMPERATURE_HIGH_CUTOFF_CHARGE_ddegC
Definition: sof_cfg.h:232
SOF_MOL_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC
#define SOF_MOL_TEMPERATURE_LOW_LIMIT_DISCHARGE_ddegC
Definition: sof_cfg.h:140
SOF_MSL_VOLTAGE_CUTOFF_DISCHARGE_mV
#define SOF_MSL_VOLTAGE_CUTOFF_DISCHARGE_mV
Definition: sof_cfg.h:299