2025-01-03 09:25:26 +00:00
|
|
|
#ifndef BL_SOE_
|
|
|
|
#define BL_SOE_
|
|
|
|
|
|
|
|
#include "chargControlTypes.h"
|
|
|
|
#include "inFlash.h"
|
|
|
|
#include "comm_types.h"
|
|
|
|
#include "flash.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void eventsOrderRecordStartInit(void);
|
|
|
|
void setEventsOrderRecord(void);
|
2025-01-09 07:19:26 +00:00
|
|
|
void readEventsOrderRecord(uint16_t offset, uint8_t *data);
|
2025-01-03 09:25:26 +00:00
|
|
|
void insertEventsOrderRecord(eventsOrderRecordMode mode);
|
2025-01-22 10:09:12 +00:00
|
|
|
void cleanEventsOrderRecord(void);
|
|
|
|
|
2025-01-03 09:25:26 +00:00
|
|
|
|
2025-01-09 07:19:26 +00:00
|
|
|
uint16_t getSoeDataInfoSize(void);
|
2025-01-03 09:25:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif
|