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

DAP_DP macro

Syntax

#define DAP_DP 1

References

LocationText
xds110.c:119
#define DAP_DP 1 /* DAP DP register type */
xds110.c:1145
uint32_t type = (0 != (SWD_CMD_APNDP & cmd)) ? DAP_AP : DAP_DP;
xds110.c:1166
if (DAP_DP == type && DAP_DP_RDBUFF == address && xds110.use_rdbuff) {
xds110.c:1207
uint32_t type = (0 != (SWD_CMD_APNDP & cmd)) ? DAP_AP : DAP_DP;
xds110.c:1242
if ((type == DAP_DP) && (address == DAP_DP_SELECT))
xds110.c:1309
uint32_t type = (0 != (SWD_CMD_APNDP & cmd)) ? DAP_AP : DAP_DP;
xds110.c:1331
if (DAP_DP == type && DAP_DP_CTRL == address &&