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

clock_options struct

Syntax

struct clock_options {     int gmt;     const char *format; };

Fields

gmt

No summary provided. Read more...

format

No summary provided. Read more...

References

LocationReferrerScopeText
jim-clock.c:32
struct clock_options {
jimsh0.c:5624
struct clock_options {
jim-clock.c:43parse_clock_options()
static int parse_clock_options(Jim_Interp *interp, int argc, Jim_Obj *const *argv, struct clock_options *opts)
jim-clock.c:74clock_cmd_format()
struct clock_options options = { 0, "%a %b %d %H:%M:%S %Z %Y" };
jimsh0.c:5629parse_clock_options()
static int parse_clock_options(Jim_Interp *interp, int argc, Jim_Obj *const *argv, struct clock_options *opts)
jimsh0.c:5660clock_cmd_format()
struct clock_options options = { 0, "%a %b %d %H:%M:%S %Z %Y" };

Type Use

Variables of clock_options type
clock_options
Allocators of clock_options
Deletors of clock_options
clock_cmd_format()::options
all items filtered out
clock_options
clock_cmd_format()::options
all items filtered out