ESP-IDF
i2c_cmd_desc_t::cur
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_desc_t::cur
i2c_cmd_desc_t::cur field
last node of the command link
Syntax
Show:
Summary
Declaration
from
i2c.c:158
i2c_cmd_link_t
*
cur
;
Examples
References
from
examples
Code
Location
Referrer
i2c_cmd_link_t
*
cur
;
/*!< last node of the command link */
i2c.c:158
p_i2c
->
cmd_link
.
cur
=
NULL
;
i2c.c:395
i2c_driver_install()
cmd_desc
->
cur
=
NULL
;
i2c.c:1155
i2c_cmd_link_create_static()
cmd
->
cur
=
NULL
;
i2c.c:1201
i2c_cmd_link_delete()
cmd_desc
->
cur
=
cmd_desc
->
head
;
i2c.c:1264
i2c_cmd_link_append()
assert
(
cmd_desc
->
cur
!=
NULL
)
;
i2c.c:1267
i2c_cmd_link_append()
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()
memcpy
(
(
uint8_t
*
)
&
cmd_desc
->
cur
->
cmd
,
(
uint8_t
*
)
cmd
,
sizeof
(
i2c_cmd_t
)
)
;
i2c.c:1275
i2c_cmd_link_append()
cmd_desc
->
cur
->
next
=
NULL
;
i2c.c:1276
i2c_cmd_link_append()
p_i2c
->
cmd_link
.
cur
=
NULL
;
i2c.c:1436
i2c_master_cmd_begin_static()
p_i2c
->
cmd_link
.
cur
=
cmd
->
cur
;
i2c.c:1572
i2c_master_cmd_begin()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_cmd_desc_t::cur
is written by 6 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_static()
i2c_master_cmd_begin()
All items filtered out
i2c_cmd_desc_t::cur
i2c_cmd_link_append()
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