command_registration is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
const char *
const char *
const char *
a string listing the options and arguments, required or optional.
const struct command_registration *
If non-NULL, the commands in @c chain will be registered in the same context and scope of this registration record. This allows modules to inherit lists commands from other modules.

References

from examples