ESP-IDF
cmd_item_::next
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_::next
cmd_item_::next field
Syntax
Show:
Summary
Declaration
from
commands.c:39
SLIST_ENTRY
(
cmd_item_
)
next
;
Examples
References
from
examples
Code
Location
Referrer
SLIST_ENTRY
(
cmd_item_
)
next
;
//!< next command in the list
commands.c:39
SLIST_FOREACH_SAFE
(
it
,
&
s_cmd_list
,
next
,
tmp
)
{
commands.c:89
esp_console_deinit()
SLIST_REMOVE
(
&
s_cmd_list
,
it
,
cmd_item_
,
next
)
;
commands.c:90
esp_console_deinit()
SLIST_REMOVE
(
&
s_cmd_list
,
item
,
cmd_item_
,
next
)
;
commands.c:99
esp_console_rm_item_free_hint()
SLIST_INSERT_HEAD
(
&
s_cmd_list
,
item
,
next
)
;
commands.c:177
esp_console_cmd_register()
while
(
(
it
=
SLIST_NEXT
(
last
,
next
)
)
!=
NULL
)
{
commands.c:180
esp_console_cmd_register()
SLIST_INSERT_AFTER
(
last
,
item
,
next
)
;
commands.c:184
esp_console_cmd_register()
SLIST_FOREACH
(
it
,
&
s_cmd_list
,
next
)
{
commands.c:196
esp_console_get_completion()
SLIST_FOREACH
(
it
,
&
s_cmd_list
,
next
)
{
commands.c:208
esp_console_get_hint()
SLIST_FOREACH
(
it
,
&
s_cmd_list
,
next
)
{
commands.c:224
find_command_by_name()
SLIST_FOREACH
(
it
,
&
s_cmd_list
,
next
)
{
commands.c:332
help_command()
SLIST_FOREACH
(
it
,
&
s_cmd_list
,
next
)
{
commands.c:342
help_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cmd_item_::next
is read by 7 functions:
All items filtered out
cmd_item_::next
esp_console_deinit()
esp_console_rm_item_free_hint()
esp_console_cmd_register()
esp_console_get_completion()
esp_console_get_hint()
find_command_by_name()
help_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