ESP-IDF
I2C_INTERNAL_STRUCT_SIZE
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_INTERNAL_STRUCT_SIZE
I2C_INTERNAL_STRUCT_SIZE macro
Minimum size, in bytes, of the internal private structure used to describe I2C commands link.
Syntax
Show:
Summary
Declaration
from
i2c.h:38
#define
I2C_INTERNAL_STRUCT_SIZE
(
24
)
Examples
References
from
examples
Code
Location
#define
I2C_INTERNAL_STRUCT_SIZE
(
24
)
i2c.h:38
_Static_assert
(
I2C_INTERNAL_STRUCT_SIZE
>=
sizeof
(
i2c_cmd_link_t
)
,
i2c.c:166
#define
I2C_LINK_RECOMMENDED_SIZE
(
TRANSACTIONS
)
(
2
*
I2C_INTERNAL_STRUCT_SIZE
+
I2C_INTERNAL_STRUCT_SIZE
*
\
i2c.h:52
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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