WorkAreaInfo::Address is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

WorkAreaInfo::Address field

Syntax

uint32_t Address;

References

LocationReferrerText
FLASHPlugin.c:36
uint32_t Address;
FLASHPlugin.c:382plugin_write_sync()
FLASHPlugin.c:386plugin_write_sync()
retval = target_write_memory(target, plugin_info->WorkArea.Address, 4, todo / 4, buffer);
FLASHPlugin.c:391plugin_write_sync()
retval = target_write_memory(target, plugin_info->WorkArea.Address + (todo & ~3), 1, todo & 3, buffer + (todo & ~3));
FLASHPlugin.c:397plugin_write_sync()
FLASHPlugin.c:421plugin_write_async()
int retval = loaded_plugin_backup_workarea(loaded_plugin, plugin_info->WorkArea.Address, workAreaSize);
FLASHPlugin.c:440plugin_write_async()
buf_set_u32(reg_params[1].value, 0, 32, plugin_info->WorkArea.Address);
FLASHPlugin.c:441plugin_write_async()
buf_set_u32(reg_params[2].value, 0, 32, plugin_info->WorkArea.Address + workAreaSize);
FLASHPlugin.c:457plugin_write_async()
FLASHPlugin.c:760plugin_protect_check()
retval = loaded_plugin_backup_workarea(&loaded_plugin, plugin_info->WorkArea.Address, workAreaSize);
FLASHPlugin.c:767plugin_protect_check()
retval = call_plugin_func(target, loaded_plugin.timeouts.protect, plugin_info->FLASHPlugin_CheckSectorProtection, loaded_plugin.sp, &result, 3, sector, sectors_to_check, plugin_info->WorkArea.Address);
FLASHPlugin.c:777plugin_protect_check()
retval = target_read_buffer(target, plugin_info->WorkArea.Address,(sectors_to_check + 7) / 8, pBuf);

Data Use

Functions reading WorkAreaInfo::Address
WorkAreaInfo::Address
Type of WorkAreaInfo::Address
WorkAreaInfo::Address
uint32_t
all items filtered out