OpenOCD
__COMMAND_HANDLER
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_HANDLER
__COMMAND_HANDLER macro
Command handlers may be defined with more parameters than the base set provided by command.c. This macro uses C99 magic to allow defining all such derivative types using this macro.
Syntax
Show:
Summary
Declaration
from
command.h:102
#define
__COMMAND_HANDLER
(
name
,
extra
...
)
\
int
name
(
struct
command_invocation
*
cmd
,
##
extra
)
Arguments
Argument
name
extra
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