ESP-IDF
i2c_cmd_link::next
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_cmd_link::next
i2c_cmd_link::next field
next cmd link
Syntax
Show:
Summary
Declaration
from
i2c.c:153
struct
i2c_cmd_link
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
i2c_cmd_link
*
next
;
/*!< next cmd link */
i2c.c:153
cmd
->
free
=
cmd
->
free
->
next
;
i2c.c:1198
i2c_cmd_link_delete()
err
=
i2c_cmd_allocate
(
cmd_desc
,
1
,
sizeof
(
i2c_cmd_link_t
)
,
(
void
*
*
)
&
cmd_desc
->
cur
->
next
)
;
i2c.c:1268
i2c_cmd_link_append()
cmd_desc
->
cur
=
cmd_desc
->
cur
->
next
;
i2c.c:1273
i2c_cmd_link_append()
cmd_desc
->
cur
->
next
=
NULL
;
i2c.c:1276
i2c_cmd_link_append()
p_i2c
->
cmd_link
.
head
=
p_i2c
->
cmd_link
.
head
->
next
;
i2c.c:1419
i2c_master_cmd_begin_static()
p_i2c
->
cmd_link
.
head
=
p_i2c
->
cmd_link
.
head
->
next
;
i2c.c:1479
i2c_master_cmd_begin_static()
p_i2c
->
cmd_link
.
head
=
p_i2c
->
cmd_link
.
head
->
next
;
i2c.c:1500
i2c_master_cmd_begin_static()
cmd_link
=
cmd_link
->
next
)
{
i2c.c:1518
is_cmd_link_buffer_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_cmd_link::next
is written by 1 function and is read by 4 functions:
i2c_cmd_link_append()
All items filtered out
i2c_cmd_link::next
i2c_cmd_link_delete()
i2c_cmd_link_append()
i2c_master_cmd_begin_static()
is_cmd_link_buffer_internal()
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