ESP-IDF
i2c_cmd_desc_t::free
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
i2c_cmd_desc_t::free
i2c_cmd_desc_t::free field
the first node to free of the command link
Syntax
Show:
Summary
Declaration
from
i2c.c:159
i2c_cmd_link_t
*
free
;
Examples
References
from
examples
Code
Location
Referrer
i2c_cmd_link_t
*
free
;
/*!< the first node to free of the command link */
i2c.c:159
p_i2c
->
cmd_link
.
free
=
NULL
;
i2c.c:397
i2c_driver_install()
cmd_desc
->
free
=
NULL
;
i2c.c:1156
i2c_cmd_link_create_static()
while
(
cmd
->
free
)
{
i2c.c:1196
i2c_cmd_link_delete()
i2c_cmd_link_t
*
ptmp
=
cmd
->
free
;
i2c.c:1197
i2c_cmd_link_delete()
cmd
->
free
=
cmd
->
free
->
next
;
i2c.c:1198
i2c_cmd_link_delete()
cmd
->
free
=
NULL
;
i2c.c:1202
i2c_cmd_link_delete()
cmd_desc
->
free
=
cmd_desc
->
head
;
i2c.c:1265
i2c_cmd_link_append()
p_i2c
->
cmd_link
.
free
=
cmd
->
free
;
i2c.c:1571
i2c_master_cmd_begin()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_cmd_desc_t::free
is written by 5 functions and is read by 2 functions:
i2c_driver_install()
i2c_cmd_link_create_static()
i2c_cmd_link_delete()
i2c_cmd_link_append()
i2c_master_cmd_begin()
All items filtered out
i2c_cmd_desc_t::free
i2c_cmd_link_delete()
i2c_master_cmd_begin()
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