OpenOCD
loaded_plugin
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
loaded_plugin
loaded_plugin struct
Syntax
Show:
Summary
Declaration
from
FLASHPlugin.c:89
struct
loaded_plugin
{
int
region_count
;
uint32_t
sp
;
long
long
entry
;
struct
memory_backup
*
regions
;
struct
target
*
target
;
uint32_t
usable_stack_pointer
;
struct
memory_backup
work_area_backup
;
struct
plugin_timeouts
timeouts
;
}
;
Fields
Field
Declared as
loaded_plugin::region_count
int
loaded_plugin::sp
uint32_t
loaded_plugin::entry
long
long
loaded_plugin::regions
struct
memory_backup
*
loaded_plugin::target
struct
target
*
loaded_plugin::usable_stack_pointer
uint32_t
loaded_plugin::work_area_backup
struct
memory_backup
loaded_plugin::timeouts
struct
plugin_timeouts
Related Functions
Found 5 other functions taking a
loaded_plugin
argument:
Function
loaded_plugin_load()
loaded_plugin_unload()
loaded_plugin_backup_workarea()
plugin_write_sync()
plugin_write_async()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out