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

DAP_DP_SELECT macro

Syntax

#define DAP_DP_SELECT 0x8

References

LocationText
xds110.c:127
#define DAP_DP_SELECT 0x8 /* DAP DP SELECT register (write only) */
xds110.c:1228
} else if (address == DAP_DP_SELECT) {
xds110.c:1242
if ((type == DAP_DP) && (address == DAP_DP_SELECT))