Changeset 15 for ecs_cellMon/firmware/inc/eeprom.h
- Timestamp:
- Jan 12, 2026, 10:28:53 AM (4 days ago)
- File:
-
- 1 edited
-
ecs_cellMon/firmware/inc/eeprom.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ecs_cellMon/firmware/inc/eeprom.h
r8 r15 20 20 #include "sysdata.h" 21 21 22 HAL_StatusTypeDef EEPROM_readConfig(sys_data_t * data);23 HAL_StatusTypeDef EEPROM_storeConfig(sys_data_t * data, bool withSN, bool saveNewKey);24 HAL_StatusTypeDef EEPROM_fullRestore(sys_data_t * data, bool keepSN);25 HAL_StatusTypeDef EEPROM_factoryRestore(sys_data_t * data);22 HAL_StatusTypeDef EEPROM_readConfig(sys_data_t* data); 23 HAL_StatusTypeDef EEPROM_storeConfig(sys_data_t* data, bool withSN, bool saveNewKey); 24 HAL_StatusTypeDef EEPROM_fullRestore(sys_data_t* data, bool keepSN); 25 HAL_StatusTypeDef EEPROM_factoryRestore(sys_data_t* data); 26 26 HAL_StatusTypeDef EEPROM_storeLogData(void); 27 27 HAL_StatusTypeDef EEPROM_readLogData(void);
Note:
See TracChangeset
for help on using the changeset viewer.
