ESP-IDF
i2c_slave_config_t::
::enable_internal_pullup
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::
::enable_internal_pullup
i2c_slave_config_t::
::enable_internal_pullup field
Enable internal pullups. Note: This is not strong enough to pullup buses under high-speed frequency. Recommend proper external pull-up if possible
Syntax
Show:
Summary
Declaration
from
i2c_slave.h:154
uint32_t
enable_internal_pullup
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
enable_internal_pullup
:
1
;
/*!< Enable internal pullups. Note: This is not strong enough to pullup buses under high-speed frequency. Recommend proper external pull-up if possible */
i2c_slave.h:154
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::
::enable_internal_pullup
is read by 1 function:
All items filtered out
i2c_slave_config_t::
::enable_internal_pullup
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