mem_ap_write_buf() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

mem_ap_write_buf() function

Syntax

int mem_ap_write_buf(struct adiv5_ap *ap,     const uint8_t *buffer,     uint32_t size,     uint32_t count,     target_addr_t address);
Implemented in arm_adi_v5.c:728

Arguments

ap

buffer

size

count

address

References

LocationReferrerText
arm_adi_v5.c:728
int mem_ap_write_buf(struct adiv5_ap *ap,
arm_adi_v5.h:718
int mem_ap_write_buf(struct adiv5_ap *ap,
cortex_m.c:2417cortex_m_write_memory()
return mem_ap_write_buf(armv7m->debug_ap, buffer, size, count, address);
mem_ap.c:262mem_ap_write_memory()
return mem_ap_write_buf(mem_ap->ap, buffer, size, count, address);
rsl10.c:740rsl10_unlock_command()
int retval = mem_ap_write_buf(ap, write_buffer1, 4, 4, RSL10_FLASH_REG_DEBUG_UNLOCK_KEY1);

Call Tree

Functions calling mem_ap_write_buf()
Functions called by mem_ap_write_buf()
mem_ap_write_buf()
all items filtered out