OpenOCD
command_init()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
command_init()
command_init() function
Creates a new command context using the startup TCL provided and the existing Jim interpreter, if any. If interp == NULL, then command_init creates a command interpreter.
Syntax
Show:
Summary
Declaration
Definition
from
command.h:354
struct
command_context
*
command_init
(
const
char
*
startup_tcl
,
Jim_Interp
*
interp
)
;
Implemented in
command.c:1209
Arguments
Argument
startup_tcl
interp
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