ESP-IDF
cmd_item_::hint
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
cmd_item_::hint
cmd_item_::hint field
Hint text, usually lists possible arguments, dynamically allocated. May be NULL.
Syntax
Show:
Summary
Declaration
from
commands.c:34
char
*
hint
;
Examples
References
from
examples
Code
Location
Referrer
char
*
hint
;
commands.c:34
free
(
it
->
hint
)
;
commands.c:91
esp_console_deinit()
free
(
item
->
hint
)
;
commands.c:100
esp_console_rm_item_free_hint()
unused
=
asprintf
(
&
item
->
hint
,
" %s"
,
cmd
->
hint
)
;
commands.c:145
esp_console_cmd_register()
item
->
hint
=
strdup
(
arg_dstr_cstr
(
ds
)
)
;
commands.c:150
esp_console_cmd_register()
return
it
->
hint
;
commands.c:213
esp_console_get_hint()
const
char
*
hint
=
(
it
->
hint
)
?
it
->
hint
:
""
;
commands.c:277
print_arg_help()
const
char
*
hint
=
(
it
->
hint
)
?
it
->
hint
:
""
;
commands.c:294
print_arg_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cmd_item_::hint
is written by 1 function and is read by 5 functions:
esp_console_cmd_register()
All items filtered out
cmd_item_::hint
esp_console_deinit()
esp_console_rm_item_free_hint()
esp_console_get_hint()
print_arg_help()
print_arg_command()
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