ESP-IDF
i2c_cmd_link_append()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_cmd_link_append()
i2c_cmd_link_append() function
Syntax
Show:
Summary
Declaration
from
i2c.c:1251
static
esp_err_t
i2c_cmd_link_append
(
i2c_cmd_handle_t
cmd_handle
,
i2c_cmd_t
*
cmd
)
;
Arguments
Argument
cmd_handle
cmd
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
i2c_cmd_link_append
(
i2c_cmd_handle_t
cmd_handle
,
i2c_cmd_t
*
cmd
)
i2c.c:1251
return
i2c_cmd_link_append
(
cmd_handle
,
&
cmd
)
;
i2c.c:1285
i2c_master_start()
return
i2c_cmd_link_append
(
cmd_handle
,
&
cmd
)
;
i2c.c:1293
i2c_master_stop()
return
i2c_cmd_link_append
(
cmd_handle
,
&
cmd
)
;
i2c.c:1316
i2c_master_write()
return
i2c_cmd_link_append
(
cmd_handle
,
&
cmd
)
;
i2c.c:1332
i2c_master_write_byte()
return
i2c_cmd_link_append
(
cmd_handle
,
&
cmd
)
;
i2c.c:1346
i2c_master_read_static()
return
i2c_cmd_link_append
(
cmd_handle
,
&
cmd
)
;
i2c.c:1364
i2c_master_read_byte()
Call Tree
from
examples
i2c_cmd_link_append()
is called by 6 functions and calls 3 functions:
i2c_master_start()
i2c_master_stop()
i2c_master_write()
i2c_master_write_byte()
i2c_master_read_static()
i2c_master_read_byte()
All items filtered out
i2c_cmd_link_append()
__assert_func()
i2c_cmd_allocate()
i2c_cmd_log_alloc_error()
All items filtered out
Data Use
from
examples
i2c_cmd_link_append()
reads 3 variables and writes 3 variables:
i2c_cmd_link::next
i2c_cmd_desc_t::head
i2c_cmd_desc_t::cur
All items filtered out
i2c_cmd_link_append()
i2c_cmd_link::next
i2c_cmd_desc_t::cur
i2c_cmd_desc_t::free
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