X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Farm_adi_v5.h;h=a807027337f3b6fad436d14333d98cfb1e80a8c8;hb=3d3128a8f5bb15f1d05ac5eb7ecc5e692ae290ce;hp=861a13deea6192b6a139b8149ce6a1a98b1e300e;hpb=2248c387f2c413c89d0f175b464a6e60ea20e75b;p=fw%2Fopenocd diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 861a13dee..a80702733 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -170,8 +170,8 @@ int dap_ap_write_reg_u32(struct swjdp_common *swjdp, int dap_ap_read_reg_u32(struct swjdp_common *swjdp, uint32_t addr, uint32_t *value); -/* Queued transactions must be completed with swjdp_transaction_endcheck() */ -int swjdp_transaction_endcheck(struct swjdp_common *swjdp); +/* Queued JTAG ops must be completed with jtagdp_transaction_endcheck() */ +int jtagdp_transaction_endcheck(struct swjdp_common *swjdp); /* MEM-AP memory mapped bus single uint32_t register transfers, without endcheck */ int mem_ap_read_u32(struct swjdp_common *swjdp, uint32_t address, uint32_t *value);