i2c_oled sample
node_set_next()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
node_set_next()
node_set_next() function
Set the 'next node pointer' of a node
Syntax
Show:
Summary
Declaration
Definition
from
lv_ll.c:28
static
void
node_set_next
(
lv_ll_t
*
ll_p
,
lv_ll_node_t
*
act
,
lv_ll_node_t
*
next
)
;
Implemented in
lv_ll.c:398
Arguments
Argument
Description
ll_p
pointer to linked list
act
pointer to a node which next node pointer should be set
next
pointer to a node which should be the next node before 'act'
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