clock_command_table is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

clock_command_table variable

Syntax

static const jim_subcmd_type clock_command_table[] = { { "clicks", NULL, clock_cmd_micros, 0, 0, }, { "format", "seconds ?-format string? ?-gmt boolean?", clock_cmd_format, 1, 5, }, { "microseconds", NULL, clock_cmd_micros, 0, 0, }, { "milliseconds", NULL, clock_cmd_millis, 0, 0, }, #ifdef HAVE_STRPTIME { "scan", "str -format format ?-gmt boolean?", clock_cmd_scan, 3, 5, }, #endif { "seconds", NULL, clock_cmd_seconds, 0, 0, }, { NULL } };

References

LocationReferrerText
jimsh0.c:5764
static const jim_subcmd_type clock_command_table[] = {
jimsh0.c:5817Jim_clockInit()
Jim_CreateCommand(interp, "clock", Jim_SubCmdProc, (void *)clock_command_table, NULL);

Data Use

Functions reading clock_command_table
clock_command_table
all items filtered out
Type of clock_command_table
clock_command_table
all items filtered out