plugin_timeouts::protect is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDplugin_timeouts::protect

plugin_timeouts::protect field

Syntax

unsigned protect;

References

LocationReferrerText
FLASHPlugin.c:80
unsigned protect;
FLASHPlugin.c:130loaded_plugin_load()
plugin->timeouts.protect = 1000;
FLASHPlugin.c:728plugin_protect()
retval = call_plugin_func(target, loaded_plugin.timeouts.protect, plugin_info->FLASHPlugin_ProtectSectors, loaded_plugin.sp, &result, 3, (uint32_t)set, (uint32_t)first, (uint32_t)last - (uint32_t)first + 1);
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);

Data Use

Functions writing plugin_timeouts::protect
Functions reading plugin_timeouts::protect
all items filtered out
plugin_timeouts::protect