ESP-IDF
i2c_cmd_t::hw_cmd
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_t::hw_cmd
i2c_cmd_t::hw_cmd field
Syntax
Show:
Summary
Declaration
from
i2c.c:142
i2c_ll_hw_cmd_t
hw_cmd
;
Examples
References
from
examples
Code
Location
Referrer
i2c_ll_hw_cmd_t
hw_cmd
;
i2c.c:142
cmd
.
hw_cmd
.
op_code
=
I2C_LL_CMD_RESTART
;
i2c.c:1284
i2c_master_start()
cmd
.
hw_cmd
.
op_code
=
I2C_LL_CMD_STOP
;
i2c.c:1292
i2c_master_stop()
.
hw_cmd
=
{
i2c.c:1308
i2c_master_write()
.
hw_cmd
=
{
i2c.c:1324
i2c_master_write_byte()
.
hw_cmd
=
{
i2c.c:1338
i2c_master_read_static()
.
hw_cmd
=
{
i2c.c:1356
i2c_master_read_byte()
i2c_ll_hw_cmd_t
hw_cmd
=
cmd
->
hw_cmd
;
i2c.c:1450
i2c_master_cmd_begin_static()
if
(
cmd
->
hw_cmd
.
op_code
==
I2C_LL_CMD_WRITE
)
{
i2c.c:1453
i2c_master_cmd_begin_static()
}
else
if
(
cmd
->
hw_cmd
.
op_code
==
I2C_LL_CMD_READ
)
{
i2c.c:1486
i2c_master_cmd_begin_static()
const
bool
data_pointer
=
(
cmd_link
->
cmd
.
hw_cmd
.
op_code
==
I2C_LL_CMD_WRITE
&&
!
i2c_cmd_is_single_byte
(
&
cmd_link
->
cmd
)
)
i2c.c:1520
is_cmd_link_buffer_internal()
||
cmd_link
->
cmd
.
hw_cmd
.
op_code
==
I2C_LL_CMD_READ
;
i2c.c:1521
is_cmd_link_buffer_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_cmd_t::hw_cmd
is read by 4 functions:
All items filtered out
i2c_cmd_t::hw_cmd
i2c_master_start()
i2c_master_stop()
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