ESP-IDF
I2C_ADDR_ERROR_STR
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_ADDR_ERROR_STR
I2C_ADDR_ERROR_STR macro
Syntax
Show:
Summary
Declaration
from
i2c.c:57
#define
I2C_ADDR_ERROR_STR
"i2c null address error"
Examples
References
from
examples
Code
Location
#define
I2C_ADDR_ERROR_STR
"i2c null address error"
i2c.c:57
ESP_RETURN_ON_FALSE
(
i2c_conf
!=
NULL
,
ESP_ERR_INVALID_ARG
,
I2C_TAG
,
I2C_ADDR_ERROR_STR
)
;
i2c.c:778
ESP_RETURN_ON_FALSE
(
(
data
!=
NULL
)
,
ESP_ERR_INVALID_ARG
,
I2C_TAG
,
I2C_ADDR_ERROR_STR
)
;
i2c.c:1298
ESP_RETURN_ON_FALSE
(
(
data
!=
NULL
)
,
ESP_ERR_INVALID_ARG
,
I2C_TAG
,
I2C_ADDR_ERROR_STR
)
;
i2c.c:1351
ESP_RETURN_ON_FALSE
(
(
data
!=
NULL
)
,
ESP_ERR_INVALID_ARG
,
I2C_TAG
,
I2C_ADDR_ERROR_STR
)
;
i2c.c:1369
ESP_RETURN_ON_FALSE
(
(
data
!=
NULL
)
,
ESP_FAIL
,
I2C_TAG
,
I2C_ADDR_ERROR_STR
)
;
i2c.c:1647
ESP_RETURN_ON_FALSE
(
(
data
!=
NULL
)
,
ESP_FAIL
,
I2C_TAG
,
I2C_ADDR_ERROR_STR
)
;
i2c.c:1677
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