Changeset 35 for trunk/fw_g473rct/SES/inc
- Timestamp:
- Nov 1, 2025, 5:01:01 PM (40 hours ago)
- File:
-
- 1 edited
-
trunk/fw_g473rct/SES/inc/sysdata.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/SES/inc/sysdata.h
r28 r35 182 182 /* 8 of 8 */ uint16_t volatile UNIQUE_NAME(reserved); // 159 183 183 /* 4 of 8 */ int32_t mAh_AutoMode; // 160-161 184 /* 6 of 8 */ uint16_tcalculatedCEFAh; // 162185 /* 8 of 8 */ uint16_tcalculatedCEFWh; // 163184 /* 6 of 8 */ int16_t calculatedCEFAh; // 162 185 /* 8 of 8 */ int16_t calculatedCEFWh; // 163 186 186 /* 4 of 8 */ int32_t mWh_AutoMode; // 164-165 187 187 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 166 188 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 167 r188 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 167 189 189 /* 2 of 8 */ uint16_t ovp_sense; // 168 190 190 /* 4 of 8 */ uint16_t lvp_sense; // 169 191 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 170 192 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 171 193 /* 2 of 8 */ uint16_t UNIQUE_NAME(reserved); // 172 194 /* 4 of 8 */ uint16_t UNIQUE_NAME(reserved); // 173 191 /* 6 of 8 */ uint32_t detectedCapacityAtActualCRate; // 170,171 192 /* 8 of 8 */ uint32_t detectedEnergyAtActualCRate; // 172,173 195 193 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 174 196 194 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 175 … … 215 213 /* 6 of 8 */ uint16_t selfDischargeTime; // 207 216 214 /* 8 of 8 */ uint8_t message[24]; // 208-219 ASCII-char message, limited to 20 letters 217 /* 8 of 8 */ int64_t whCounterCEF_AutoMode; // 220-223 [mWs] 218 /* 8 of 8 */ int64_t ahCounterCEF_AutoMode; // 224-227 [mAs] 219 /* 2 of 8 */ uint16_t UNIQUE_NAME(reserved); // 228 220 /* 4 of 8 */ uint16_t UNIQUE_NAME(reserved); // 229 221 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 230 222 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 231 223 /* 2 of 8 */ uint16_t UNIQUE_NAME(reserved); // 232 224 /* 4 of 8 */ uint16_t UNIQUE_NAME(reserved); // 233 225 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 234 226 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 235 227 /* 2 of 8 */ uint16_t UNIQUE_NAME(reserved); // 236 228 /* 4 of 8 */ uint16_t UNIQUE_NAME(reserved); // 237 215 /* 8 of 8 */ int64_t mWsCounterUncorrected; // 220-223 [mWs] 216 /* 8 of 8 */ int64_t mAsCounterUncorrected; // 224-227 [mAs] 217 /* 2 of 8 */ int32_t mAhCounterUncorrected; // 228-229 218 /* 6 of 8 */ uint16_t soc0; // 230 219 /* 8 of 8 */ uint16_t soc1; // 231 220 /* 2 of 8 */ uint16_t soc2; // 232 221 /* 4 of 8 */ uint16_t soc3; // 233 222 /* 6 of 8 */ uint16_t soc4; // 234 223 /* 8 of 8 */ int16_t peukertRemoveCorrectionFaktor; // 235 224 /* 4 of 8 */ int32_t mAh_AutoModeU; // 236-237 229 225 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 238 230 226 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 239 231 /* 8 of 8 */ int16_t current_buffer[SAMPLE_ARRAY_SIZE]; // 220-283 232 /* 8 of 8 */ int16_t voltage_buffer[SAMPLE_ARRAY_SIZE]; // 284-347 233 /* 8 of 8 */ int16_t current_buffer_fast[SAMPLE_ARRAY_SIZE]; // 348-411 234 /* 8 of 8 */ int16_t voltage_buffer_fast[SAMPLE_ARRAY_SIZE]; // 412-475 227 /* 4 of 8 */ int64_t mAs_AutoModeU; // 240-243 228 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 244 229 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 245 230 /* 2 of 8 */ uint16_t UNIQUE_NAME(reserved); // 246 231 /* 4 of 8 */ uint16_t UNIQUE_NAME(reserved); // 247 232 /* 6 of 8 */ uint16_t UNIQUE_NAME(reserved); // 248 233 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 249 234 /* 8 of 8 */ int16_t current_buffer[SAMPLE_ARRAY_SIZE]; // 250-313 235 /* 8 of 8 */ int16_t voltage_buffer[SAMPLE_ARRAY_SIZE]; // 314-377 236 /* 8 of 8 */ int16_t current_buffer_fast[SAMPLE_ARRAY_SIZE]; // 378-441 237 /* 8 of 8 */ int16_t voltage_buffer_fast[SAMPLE_ARRAY_SIZE]; // 442-505 235 238 236 239 } device_values_t;
Note: See TracChangeset
for help on using the changeset viewer.
