ESP-IDF
i2c_config_t::
::
::maximum_speed
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_config_t::
::
::maximum_speed
i2c_config_t::
::
::maximum_speed field
I2C expected clock speed from SCL.
Syntax
Show:
Summary
Declaration
from
i2c.h:78
uint32_t
maximum_speed
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
maximum_speed
;
/*!< I2C expected clock speed from SCL. */
i2c.h:78
src_clk
=
s_get_clk_src
(
i2c_conf
->
clk_flags
,
i2c_conf
->
slave
.
maximum_speed
)
;
i2c.c:792
i2c_param_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2c_config_t::
::
::maximum_speed
is read by 1 function:
All items filtered out
i2c_config_t::
::
::maximum_speed
i2c_param_config()
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