X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=inline;f=src%2Ftarget%2Farm_adi_v5.h;h=a340b76f07adc97022658f74e9656f210327426f;hb=11019a824d0273012e9b253fd63ddda6a2468c83;hp=883ac8b5d8df582225eba60d1f67a14a00d09a43;hpb=2a3b709aa5d1ab83faed1dc7c296ffc117022d62;p=openocd.git diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 883ac8b5d8..a340b76f07 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -136,6 +136,9 @@ #define DP_SELECT_DPBANK 0x0000000F #define DP_SELECT_INVALID 0x00FFFF00 /* Reserved bits one */ +#define DP_APSEL_MAX (255) +#define DP_APSEL_INVALID (-1) + /** * This represents an ARM Debug Interface (v5) Access Port (AP). * Most common is a MEM-AP, for memory access.