ESP-IDF
+
0
/9 examples
SourceVu will show references to
i2c_port_t
from the following samples and libraries:
aligenie_demo sample
i2c_tools sample
df_client sample
df_server sample
rpr_client sample
rpr_server sample
unprov_dev sample
i2s_es7210_tdm sample
i2s_es8311 sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_port_t
i2c_port_t enum
Syntax
Show:
Summary
Declaration
from
i2c_types.h:22
enum
{
I2C_NUM_0
=
0
,
#if
SOC_HP_I2C_NUM
>=
2
I2C_NUM_1
,
#endif
#if
SOC_LP_I2C_NUM
>=
1
LP_I2C_NUM_0
,
#endif
I2C_NUM_MAX
,
}
;
Values
Value
Declared as
Description
i2c_port_t::I2C_NUM_0
=
0
I2C port 0.
i2c_port_t::I2C_NUM_1
I2C port 1.
i2c_port_t::I2C_NUM_MAX
I2C port max.
Examples
i2c_port_t
is referenced by 9 libraries and example projects:
References
from
examples
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