ESP-IDF
I2C_GPIO_PULLUP_ERR_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_GPIO_PULLUP_ERR_STR
I2C_GPIO_PULLUP_ERR_STR macro
Syntax
Show:
Summary
Declaration
from
i2c.c:75
#define
I2C_GPIO_PULLUP_ERR_STR
"this i2c pin does not support internal pull-up"
Examples
References
from
examples
Code
Location
#define
I2C_GPIO_PULLUP_ERR_STR
"this i2c pin does not support internal pull-up"
i2c.c:75
sda_pullup_en
==
GPIO_PULLUP_DISABLE
,
ESP_ERR_INVALID_ARG
,
I2C_TAG
,
I2C_GPIO_PULLUP_ERR_STR
)
;
i2c.c:979
scl_pullup_en
==
GPIO_PULLUP_DISABLE
,
ESP_ERR_INVALID_ARG
,
I2C_TAG
,
I2C_GPIO_PULLUP_ERR_STR
)
;
i2c.c:982
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