summaryrefslogtreecommitdiff
path: root/src/jtag/rlink/ep1_cmd.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-11 22:42:35 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-11 22:42:35 +0000
commit96413087dcf4bbe015c4e9af8dd982aa2710f29c (patch)
tree362dcb6c2b7a1614be387166938af86a71060213 /src/jtag/rlink/ep1_cmd.h
parente841dfc149110fac1ff08992fffdf823e1b94ffb (diff)
downloadopenocd_libswd-96413087dcf4bbe015c4e9af8dd982aa2710f29c.tar.gz
openocd_libswd-96413087dcf4bbe015c4e9af8dd982aa2710f29c.tar.bz2
openocd_libswd-96413087dcf4bbe015c4e9af8dd982aa2710f29c.tar.xz
openocd_libswd-96413087dcf4bbe015c4e9af8dd982aa2710f29c.zip
- add support for standalone rlink
https://lists.berlios.de/pipermail/openocd-development/2009-March/004965.html git-svn-id: svn://svn.berlios.de/openocd/trunk@1410 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/rlink/ep1_cmd.h')
-rw-r--r--src/jtag/rlink/ep1_cmd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/rlink/ep1_cmd.h b/src/jtag/rlink/ep1_cmd.h
index 1b29f43e..b30e1bb1 100644
--- a/src/jtag/rlink/ep1_cmd.h
+++ b/src/jtag/rlink/ep1_cmd.h
@@ -46,8 +46,8 @@
/* a quick way to just read back one byte */
#define EP1_CMD_DTC_GET_CACHED_STATUS (0x16)
-/* Writes upper 2 bits port D with argument */
-#define EP1_CMD_SET_PORTD_UPPER (0x19)
+/* Writes upper 2 bits (SHDN and SEL) of port D with argument */
+#define EP1_CMD_SET_PORTD_VPP (0x19)
/* Writes lower 2 bits (BUSY and ERROR) of port D with argument */
#define EP1_CMD_SET_PORTD_LEDS (0x1a)