summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
diff options
context:
space:
mode:
authorLuca Ellero <lroluk@gmail.com>2011-02-12 11:54:41 +0000
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-02-14 15:29:25 +0100
commitbc404041c0ba1633506412cd1ca5ec6d7c16846a (patch)
tree941a77fad885b2e36ea93c9bae8c5f7acc7cfa0f /src/target/arm_adi_v5.h
parentdcc9624b980a25248d38e07636f7701a46673b5a (diff)
downloadopenocd+libswd-bc404041c0ba1633506412cd1ca5ec6d7c16846a.tar.gz
openocd+libswd-bc404041c0ba1633506412cd1ca5ec6d7c16846a.tar.bz2
openocd+libswd-bc404041c0ba1633506412cd1ca5ec6d7c16846a.tar.xz
openocd+libswd-bc404041c0ba1633506412cd1ca5ec6d7c16846a.zip
arm_adi_v5: add wrapping transfer functions with selection of ap
Signed-off-by: Luca Ellero <lroluk@gmail.com>
Diffstat (limited to 'src/target/arm_adi_v5.h')
-rw-r--r--src/target/arm_adi_v5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h
index 2aefd605..b6c16b79 100644
--- a/src/target/arm_adi_v5.h
+++ b/src/target/arm_adi_v5.h
@@ -393,7 +393,7 @@ int mem_ap_sel_read_atomic_u32(struct adiv5_dap *swjdp, uint8_t apsel,
int mem_ap_sel_write_atomic_u32(struct adiv5_dap *swjdp, uint8_t apsel,
uint32_t address, uint32_t value);
-/* MEM-AP memory mapped bus block transfers with selection of ap*/
+/* MEM-AP memory mapped bus block transfers with selection of ap */
int mem_ap_sel_read_buf_u8(struct adiv5_dap *swjdp, uint8_t apsel,
uint8_t *buffer, int count, uint32_t address);
int mem_ap_sel_read_buf_u16(struct adiv5_dap *swjdp, uint8_t apsel,