ESP-IDF
I2C_STATUS_IDLE
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_STATUS_IDLE
I2C_STATUS_IDLE value
idle status for current master command
Syntax
Show:
Summary
Declaration
from
i2c.c:172
I2C_STATUS_IDLE
;
Examples
References
from
examples
Code
Location
Referrer
I2C_STATUS_IDLE
,
/*!< idle status for current master command */
i2c.c:172
p_i2c
->
status
=
I2C_STATUS_IDLE
;
i2c.c:327
i2c_driver_install()
if
(
p_i2c
->
status
!=
I2C_STATUS_ACK_ERROR
&&
p_i2c
->
status
!=
I2C_STATUS_IDLE
)
{
i2c.c:592
i2c_isr_handler_default()
p_i2c
->
status
=
I2C_STATUS_IDLE
;
i2c.c:1440
i2c_master_cmd_begin_static()
p_i2c
->
status
=
I2C_STATUS_IDLE
;
i2c.c:1574
i2c_master_cmd_begin()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
I2C_STATUS_IDLE
is read by 4 functions:
All items filtered out
I2C_STATUS_IDLE
i2c_driver_install()
i2c_isr_handler_default()
i2c_master_cmd_begin_static()
i2c_master_cmd_begin()
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