ESP-IDF
i2c_mode_t
is only used within ESP-IDF.
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_mode_t
i2c_mode_t enum
Syntax
Show:
Summary
Declaration
from
i2c_types.h:58
enum
{
#if
SOC_I2C_SUPPORT_SLAVE
I2C_MODE_SLAVE
=
0
,
#endif
I2C_MODE_MASTER
,
I2C_MODE_MAX
,
}
;
Values
Value
Declared as
Description
i2c_mode_t::I2C_MODE_SLAVE
=
0
I2C slave mode.
i2c_mode_t::I2C_MODE_MASTER
I2C master mode.
i2c_mode_t::I2C_MODE_MAX
Examples
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