feat add watchdog on xidatong board

This commit is contained in:
Liu_Weichao
2022-05-06 15:58:01 +08:00
parent 46291764d4
commit 67666c1707
15 changed files with 798 additions and 10 deletions

View File

@@ -27,11 +27,11 @@
extern "C" {
#endif
#define OPE_INT 0x0000
#define OPE_INT 0x0000
#define OPE_CFG 0x0001
#define OPER_WDT_SET_TIMEOUT 0x0002
#define OPER_WDT_KEEPALIVE 0x0003
#define OPER_WDT_KEEPALIVE 0x0003
typedef struct Bus *BusType;
typedef struct HardwareDev *HardwareDevType;