OpenOCD
COMMAND_HELPER
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_HELPER
COMMAND_HELPER macro
Similar to COMMAND_HANDLER, except some parameters are expected. A helper is globally-scoped because it may be shared between several source files (e.g. the s3c24xx device command helper).
Syntax
Show:
Summary
Declaration
from
command.h:135
#define
COMMAND_HELPER
(
name
,
extra
...
)
__COMMAND_HANDLER
(
name
,
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