hello_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDhello_command_handlers

hello_command_handlers variable

Export the registration for the hello command group, so it can be embedded in example drivers.

Syntax

extern const struct command_registration hello_command_handlers[];
Implemented in hello.c:86

References

LocationText
hello.c:86
const struct command_registration hello_command_handlers[] = {
hello.h:16
extern const struct command_registration hello_command_handlers[];
faux.c:100
.chain = hello_command_handlers,
nonce.c:53
.commands = hello_command_handlers,
testee.c:22
.chain = hello_command_handlers,

Type Use

Type of hello_command_handlers
hello_command_handlers
all items filtered out