Changeset 22 for trunk/fw_g473rct/SES/inc/sysdata.h
- Timestamp:
- Aug 29, 2025, 6:15:42 PM (24 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/SES/inc/sysdata.h
r20 r22 33 33 //------------------------------------------------------------------------------ 34 34 // This structure must be aligned to 4-byte address 35 typedef struct35 volatile typedef struct 36 36 { 37 37 // Device spezifisch / Einstellungsbereich … … 58 58 uint16_t ibn_year; // 16 Inbetriebnahme Datum: Jahr 59 59 uint16_t user_id; // 17 Freies Feld für eine Kunden ID oder ähnlich 60 uint16_t UNIQUE_NAME(reserved)[8]; // 18-25 RESERVIERT60 uint16_t test[8]; // 18-25 RESERVIERT 61 61 62 62 //--- Konfiguration Schaltausgänge --- … … 175 175 /* 4 of 8 */ uint32_t chargeTotalWh; // 156-157 [mAs] 176 176 /* 6 of 8 */ uint16_t fullCyclesCnt; // 158 177 /* 8 of 8 */ uint16_t UNIQUE_NAME(reserved); // 159177 /* 8 of 8 */ uint16_t volatile UNIQUE_NAME(reserved); // 159 178 178 /* 8 of 8 */ int64_t mAs_AutoMode; // 160-163 179 179 /* 8 of 8 */ int64_t mWs_AutoMode; // 164-167
Note: See TracChangeset
for help on using the changeset viewer.