ESP-IDF
i2c_slave_config_t::flags
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_slave_config_t::flags
i2c_slave_config_t::flags field
I2C slave config flags
Syntax
Show:
Summary
Declaration
from
i2c_slave.h:33
struct
{
#if
SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE
uint32_t
stretch_en
:
1
;
#endif
#if
SOC_I2C_SLAVE_SUPPORT_BROADCAST
uint32_t
broadcast_en
:
1
;
#endif
#if
SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS
uint32_t
access_ram_en
:
1
;
#endif
#if
SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH
uint32_t
slave_unmatch_en
:
1
;
#endif
uint32_t
allow_pd
:
1
;
}
flags
;
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