ESP-IDF
i2c_slave_config_t::flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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
Code
Location
Referrer
}
flags
;
/*!< I2C slave config flags */
i2c_slave.h:49
}
flags
;
/*!< I2C slave config flags */
i2c_slave.h:158
i2c_slave
->
base
->
pull_up_enable
=
slave_config
->
flags
.
enable_internal_pullup
;
i2c_slave_v2.c:257
i2c_new_slave_device()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_slave_config_t::flags
is read by 1 function:
All items filtered out
i2c_slave_config_t::flags
i2c_new_slave_device()
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