ESP-IDF
I2C_LL_MAX_TIMEOUT
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_LL_MAX_TIMEOUT
I2C_LL_MAX_TIMEOUT macro
Syntax
Show:
Summary
Declaration
from
i2c_ll.h:877
#define
I2C_LL_MAX_TIMEOUT
I2C_TIME_OUT_REG_V
Examples
References
from
examples
Code
Location
#define
I2C_LL_MAX_TIMEOUT
I2C_TIME_OUT_REG_V
i2c_ll.h:877
ESP_RETURN_ON_FALSE
(
(
timeout
<=
I2C_LL_MAX_TIMEOUT
)
&&
(
timeout
>
0
)
,
ESP_ERR_INVALID_ARG
,
I2C_TAG
,
I2C_TIMING_VAL_ERR_STR
)
;
i2c.c:951
i2c_ll_set_tout
(
hal
->
dev
,
I2C_LL_MAX_TIMEOUT
)
;
i2c_slave_v2.c:295
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