更新EW模块驱动

This commit is contained in:
ranchuan
2023-10-31 18:12:21 +08:00
parent 873029149d
commit a83444b3c8
17 changed files with 3483 additions and 355 deletions

View File

@@ -17,8 +17,9 @@ typedef struct _elec_judge_def{
const scheme_def *scheme;
uint8_t judge_fun_num;
uint8_t judge_flag[8];
uint8_t *exe_flag;
uint8_t *exe_ack;
uint8_t err_list[ERR_LIST_LEN];
uint8_t marerr_list[ERR_LIST_LEN];
uint16_t short_circuited;
uint16_t open_circuited;
const elec_judge_fun *judge_fun_table;
@@ -27,7 +28,8 @@ typedef struct _elec_judge_def{
void elec_judge(elec_judge_def *e,int task_num,uint8_t *exe_flag,uint8_t *data);
void elec_judge(elec_judge_def *e,int task_num,uint8_t *exe_ack,
uint8_t *exe_flag,uint8_t *data,uint8_t *marerr,uint8_t *suberr);