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

DP_APSEL_INVALID macro

Syntax

#define DP_APSEL_INVALID 0xF00

References

LocationText
arm_adi_v5.h:110
#define DP_APSEL_INVALID 0xF00 /* more than DP_APSEL_MAX and not ADIv6 aligned 4k */
aarch64.c:2635
if (pc->adiv5_config.ap_num == DP_APSEL_INVALID) {
aarch64.c:2914
pc->adiv5_config.ap_num = DP_APSEL_INVALID;
arm_adi_v5.c:1221
ap->ap_num = DP_APSEL_INVALID;
arm_adi_v5.c:2405
if (*ap_num_p == DP_APSEL_INVALID) {
arm_adi_v5.c:2451
pc->ap_num = DP_APSEL_INVALID;
arm_adi_v5.c:2503
p->ap_num = DP_APSEL_INVALID;
arm_dap.c:39
dap->ap[i].ap_num = DP_APSEL_INVALID;
arm_tpiu_swo.c:985
if (!obj->spot.dap || obj->spot.ap_num == DP_APSEL_INVALID) {
arm_tpiu_swo.c:1061
if (ap_num == DP_APSEL_INVALID && transport_is_hla())
arm_tpiu_swo.c:1064
if (ap_num == DP_APSEL_INVALID && target_was_examined(target))
arm_tpiu_swo.c:1067
if (ap_num == DP_APSEL_INVALID) {
cortex_a.c:2903
if (pc->ap_num == DP_APSEL_INVALID) {
cortex_m.c:2749
if (cortex_m->apsel == DP_APSEL_INVALID) {
hla_target.c:195
if (pc && pc->ap_num != DP_APSEL_INVALID && pc->ap_num != 0) {
mem_ap.c:36
if (pc->ap_num == DP_APSEL_INVALID) {
stlink_usb.c:4379
uint32_t ap_num = DP_APSEL_INVALID;
stlink_usb.c:4421
ap_num = DP_APSEL_INVALID;
stlink_usb.c:4528
uint32_t ap_num = DP_APSEL_INVALID;
xtensa_chip.c:94
.debug_apsel = DP_APSEL_INVALID,
xtensa_debug_module.c:125
if (dm->debug_apsel == DP_APSEL_INVALID) {