mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
cortex_m: fix define formatting
Change-Id: Ibdec882b2afc7e16f2361f86715463e030a54964 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/963 Tested-by: jenkins
This commit is contained in:
@@ -78,15 +78,15 @@
|
||||
#define S_RESET_ST (1 << 25)
|
||||
|
||||
/* DCB_DEMCR bit and field definitions */
|
||||
#define TRCENA (1 << 24)
|
||||
#define VC_HARDERR (1 << 10)
|
||||
#define VC_INTERR (1 << 9)
|
||||
#define VC_BUSERR (1 << 8)
|
||||
#define VC_STATERR (1 << 7)
|
||||
#define VC_CHKERR (1 << 6)
|
||||
#define VC_NOCPERR (1 << 5)
|
||||
#define VC_MMERR (1 << 4)
|
||||
#define VC_CORERESET (1 << 0)
|
||||
#define TRCENA (1 << 24)
|
||||
#define VC_HARDERR (1 << 10)
|
||||
#define VC_INTERR (1 << 9)
|
||||
#define VC_BUSERR (1 << 8)
|
||||
#define VC_STATERR (1 << 7)
|
||||
#define VC_CHKERR (1 << 6)
|
||||
#define VC_NOCPERR (1 << 5)
|
||||
#define VC_MMERR (1 << 4)
|
||||
#define VC_CORERESET (1 << 0)
|
||||
|
||||
#define NVIC_ICTR 0xE000E004
|
||||
#define NVIC_ISE0 0xE000E100
|
||||
|
||||
Reference in New Issue
Block a user