DP_APSEL_MAX is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

DP_APSEL_MAX macro

Syntax

#define DP_APSEL_MAX (255)

References

LocationText
arm_adi_v5.h:109
#define DP_APSEL_MAX (255) /* Strict limit for ADIv5, number of AP buffers for ADIv6 */
arm_adi_v5.c:766
for (i = 0; i <= DP_APSEL_MAX; i++) {
arm_adi_v5.c:1086
if (ap_num > DP_APSEL_MAX)
arm_adi_v5.c:1116
for (unsigned int ap_num = 0; ap_num <= DP_APSEL_MAX; ap_num++) {
arm_adi_v5.c:1162
for (unsigned int i = 0; i <= DP_APSEL_MAX; i++) {
arm_adi_v5.c:1169
for (unsigned int i = 0; i <= DP_APSEL_MAX; i++) {
arm_adi_v5.c:2397
if (ap_num < 0 || (ap_num > DP_APSEL_MAX && (ap_num & 0xfff))) {
arm_adi_v5.h:364
struct adiv5_ap ap[DP_APSEL_MAX + 1];
arm_dap.c:37
for (i = 0; i <= DP_APSEL_MAX; i++) {
arm_dap.c:167
for (unsigned int i = 0; i <= DP_APSEL_MAX; i++) {
stlink_usb.c:4083
static DECLARE_BITMAP(opened_ap, DP_APSEL_MAX + 1);
stlink_usb.c:4084
static uint32_t last_csw_default[DP_APSEL_MAX + 1];
stlink_usb.c:4117
if (apsel > DP_APSEL_MAX)
stlink_usb.c:4147
for (apsel = 0; apsel <= DP_APSEL_MAX; apsel++) {
stlink_usb.c:4183
for (unsigned int apsel = 0; apsel <= DP_APSEL_MAX; apsel++)
stlink_usb.c:4213
for (unsigned int i = 0; i <= DP_APSEL_MAX; i++)