ESP-IDF
I2C_CONTEX_INIT_DEF
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_CONTEX_INIT_DEF
I2C_CONTEX_INIT_DEF macro
Syntax
Show:
Summary
Declaration
from
i2c.c:104
#define
I2C_CONTEX_INIT_DEF
(
uart_num
)
{
\
.
hal
.
dev
=
I2C_LL_GET_HW
(
uart_num
)
,
\
.
spinlock
=
portMUX_INITIALIZER_UNLOCKED
,
\
.
hw_enabled
=
false
,
\
}
Arguments
Argument
uart_num
Examples
References
from
examples
Code
Location
#define
I2C_CONTEX_INIT_DEF
(
uart_num
)
{
\
i2c.c:104
I2C_CONTEX_INIT_DEF
(
I2C_NUM_0
)
,
i2c.c:225
I2C_CONTEX_INIT_DEF
(
I2C_NUM_1
)
,
i2c.c:229
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