ESP-IDF
list_args
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
list_args
list_args variable
Syntax
Show:
Summary
Declaration
from
cmd_nvs.c:76
static
struct
{
struct
arg_str
*
partition
;
struct
arg_str
*
namespace
;
struct
arg_str
*
type
;
struct
arg_end
*
end
;
}
list_args
;
Examples
References
from
examples
Code
Location
Referrer
}
list_args
;
cmd_nvs.c:81
list_args
.
partition
->
sval
[
0
]
=
""
;
cmd_nvs.c:504
list_entries()
list_args
.
namespace
->
sval
[
0
]
=
""
;
cmd_nvs.c:505
list_entries()
list_args
.
type
->
sval
[
0
]
=
""
;
cmd_nvs.c:506
list_entries()
int
nerrors
=
arg_parse
(
argc
,
argv
,
(
void
*
*
)
&
list_args
)
;
cmd_nvs.c:508
list_entries()
arg_print_errors
(
stderr
,
list_args
.
end
,
argv
[
0
]
)
;
cmd_nvs.c:510
list_entries()
const
char
*
part
=
list_args
.
partition
->
sval
[
0
]
;
cmd_nvs.c:514
list_entries()
const
char
*
name
=
list_args
.
namespace
->
sval
[
0
]
;
cmd_nvs.c:515
list_entries()
const
char
*
type
=
list_args
.
type
->
sval
[
0
]
;
cmd_nvs.c:516
list_entries()
list_args
.
partition
=
arg_str1
(
NULL
,
NULL
,
"<partition>"
,
"partition name"
)
;
cmd_nvs.c:542
register_nvs()
list_args
.
namespace
=
arg_str0
(
"n"
,
"namespace"
,
"<namespace>"
,
"namespace name"
)
;
cmd_nvs.c:543
register_nvs()
list_args
.
type
=
arg_str0
(
"t"
,
"type"
,
"<type>"
,
ARG_TYPE_STR
)
;
cmd_nvs.c:544
register_nvs()
list_args
.
end
=
arg_end
(
2
)
;
cmd_nvs.c:545
register_nvs()
.
argtable
=
&
list_args
cmd_nvs.c:600
register_nvs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
list_args
is read by 2 functions:
All items filtered out
list_args
list_entries()
register_nvs()
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