ESP-IDF
i2c_context_t::hw_enabled
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_context_t::hw_enabled
i2c_context_t::hw_enabled field
Syntax
Show:
Summary
Declaration
from
i2c.c:213
bool
hw_enabled
;
Examples
References
from
examples
Code
Location
Referrer
bool
hw_enabled
;
i2c.c:213
I2C_CONTEX_INIT_DEF
(
I2C_NUM_0
)
,
i2c.c:225
I2C_CONTEX_INIT_DEF
(
I2C_NUM_1
)
,
i2c.c:229
if
(
i2c_context
[
i2c_num
]
.
hw_enabled
!=
false
)
{
i2c.c:257
i2c_hw_disable()
i2c_context
[
i2c_num
]
.
hw_enabled
=
false
;
i2c.c:261
i2c_hw_disable()
if
(
i2c_context
[
i2c_num
]
.
hw_enabled
!=
true
)
{
i2c.c:269
i2c_hw_enable()
i2c_context
[
i2c_num
]
.
hw_enabled
=
true
;
i2c.c:274
i2c_hw_enable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_context_t::hw_enabled
is written by 2 functions and is read by 2 functions:
i2c_hw_disable()
i2c_hw_enable()
All items filtered out
i2c_context_t::hw_enabled
i2c_hw_disable()
i2c_hw_enable()
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