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

plugin_write_sync() function

Syntax

int plugin_write_sync(struct target *target,     struct plugin_flash_bank *plugin_info,     struct loaded_plugin *loaded_plugin,     uint32_t offset,     const uint8_t *buffer,     uint32_t size);

Arguments

target

plugin_info

loaded_plugin

offset

buffer

size

References

LocationReferrerText
FLASHPlugin.c:374
int plugin_write_sync(struct target *target,
FLASHPlugin.c:502plugin_write()
int doneNow = plugin_write_sync(target, plugin_info, &loaded_plugin, offset + done, buffer + done, count - done);

Call Tree

Functions calling plugin_write_sync()
Functions called by plugin_write_sync()
all items filtered out
plugin_write_sync()
Data read by plugin_write_sync()
Data written by plugin_write_sync()
plugin_write_sync()
plugin_write_sync()::retval
all items filtered out
Type of plugin_write_sync()
plugin_write_sync()
int32_t
uint32_t
all items filtered out