Go to the documentation of this file.
8 #ifndef OPENOCD_TARGET_NDS32_EDM_H
9 #define OPENOCD_TARGET_NDS32_EDM_H
94 #define NDS_DBGER_DEX (0x1)
95 #define NDS_DBGER_DPED (0x2)
96 #define NDS_DBGER_CRST (0x4)
97 #define NDS_DBGER_AT_MAX (0x8)
98 #define NDS_DBGER_ILL_SEC_ACC (0x10)
99 #define NDS_DBGER_ALL_SUPRS_EX (0x40000000)
100 #define NDS_DBGER_RESACC (0x80000000)
101 #define NDS_DBGER_CLEAR_ALL (0x1F)
103 #define NDS_EDMSW_WDV (1 << 0)
104 #define NDS_EDMSW_RDV (1 << 1)