2023-10-07 18:15:52 +08:00
|
|
|
#ifndef EWChecker_h__
|
|
|
|
#define EWChecker_h__
|
|
|
|
#include "base/define.h"
|
|
|
|
#include "basechecker.h"
|
|
|
|
#include "stdint.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern CheckerTask ewtaskArray[CHECKER_MAXID_COUNT] ;
|
|
|
|
|
2023-10-08 18:27:10 +08:00
|
|
|
void EW_Test_SetBusV(void);
|
2023-10-07 18:15:52 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|