ESP-IDF
sys_slist_peek_next()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sys_slist_peek_next()
sys_slist_peek_next() function
Peek the next node from current node
Syntax
Show:
Summary
Declaration
from
slist.h:257
static
inline
sys_snode_t
*
sys_slist_peek_next
(
sys_snode_t
*
node
)
;
Arguments
Argument
Description
node
A pointer on the node where to peek the next node
Return value
a pointer on the next node (or NULL if none)
Related Functions
Found 13 other functions taking a
_snode
argument:
Function
Description
sys_slist_peek_next()
Peek the next node from current node
sys_slist_append()
Append a node to the given list This and other sys_slist_*() functions are not thread safe.
sys_slist_find_and_remove()
Find and remove a node from a list This and other sys_slist_*() functions are not thread safe.
sys_slist_append()
Append a node to the given list This and other sys_slist_*() functions are not thread safe.
sys_slist_peek_next_no_check()
Peek the next node from current node, node is not NULL Faster then sys_slist_peek_next() if node is known not to be NULL.
sys_slist_prepend()
Prepend a node to the given list This and other sys_slist_*() functions are not thread safe.
sys_slist_remove()
Remove a node This and other sys_slist_*() functions are not thread safe.
sys_slist_peek_next_no_check()
Peek the next node from current node, node is not NULL Faster then sys_slist_peek_next() if node is known not to be NULL.
sys_slist_prepend()
Prepend a node to the given list This and other sys_slist_*() functions are not thread safe.
sys_slist_remove()
Remove a node This and other sys_slist_*() functions are not thread safe.
sys_slist_find_and_remove()
Find and remove a node from a list This and other sys_slist_*() functions are not thread safe.
sys_slist_insert()
Insert a node to the given list This and other sys_slist_*() functions are not thread safe.
sys_slist_insert()
Insert a node to the given list This and other sys_slist_*() functions are not thread safe.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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