ESP-IDF
i2c_cmd_is_single_byte()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_cmd_is_single_byte()
i2c_cmd_is_single_byte() function
Syntax
Show:
Summary
Declaration
from
i2c.c:1399
__attribute__
(
(
always_inline
)
)
static
inline
bool
i2c_cmd_is_single_byte
(
const
i2c_cmd_t
*
cmd
)
;
Arguments
Argument
cmd
Related Functions
Found 1 other functions taking a
i2c_cmd_t
argument:
Function
i2c_cmd_link_append()
Examples
References
from
examples
Code
Location
Referrer
static
inline
bool
i2c_cmd_is_single_byte
(
const
i2c_cmd_t
*
cmd
)
i2c.c:1400
if
(
!
i2c_cmd_is_single_byte
(
cmd
)
)
{
i2c.c:1457
i2c_master_cmd_begin_static()
if
(
i2c_cmd_is_single_byte
(
cmd
)
||
cmd
->
total_bytes
==
cmd
->
bytes_used
)
{
i2c.c:1478
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()
Call Tree
from
examples
i2c_cmd_is_single_byte()
is called by 2 functions:
i2c_master_cmd_begin_static()
is_cmd_link_buffer_internal()
All items filtered out
i2c_cmd_is_single_byte()
All items filtered out
Data Use
from
examples
i2c_cmd_is_single_byte()
reads 1 variable:
i2c_cmd_t::total_bytes
All items filtered out
i2c_cmd_is_single_byte()
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