ESP-IDF
+
0
/8 examples
SourceVu will show references to
i2c_config_t::
::
::clk_speed
from the following samples and libraries:
aligenie_demo sample
df_client sample
df_server sample
rpr_client sample
rpr_server sample
unprov_dev sample
i2s_es7210_tdm sample
i2s_es8311 sample
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::
::
::clk_speed
i2c_config_t::
::
::clk_speed field
I2C clock frequency for master mode, (no higher than 1MHz for now)
Syntax
Show:
Summary
Declaration
from
i2c.h:72
uint32_t
clk_speed
;
Examples
i2c_config_t::
::
::clk_speed
is referenced by 8 libraries and example projects:
aligenie_demo sample
df_client sample
df_server sample
rpr_client sample
rpr_server sample
unprov_dev sample
i2s_es7210_tdm sample
i2s_es8311 sample
References
from
0/8
examples
Code
Location
Referrer
uint32_t
clk_speed
;
/*!< I2C clock frequency for master mode, (no higher than 1MHz for now) */
i2c.h:72
src_clk
=
s_get_clk_src
(
i2c_conf
->
clk_flags
,
i2c_conf
->
master
.
clk_speed
)
;
i2c.c:782
i2c_param_config()
i2c_hal_set_bus_timing
(
&
(
i2c_context
[
i2c_num
]
.
hal
)
,
i2c_conf
->
master
.
clk_speed
,
src_clk
,
s_get_src_clk_freq
(
src_clk
)
)
;
i2c.c:831
i2c_param_config()
Call Tree
from
0/8
examples
All items filtered out
All items filtered out
Data Use
from
0/8
examples
i2c_config_t::
::
::clk_speed
is read by 1 function:
All items filtered out
i2c_config_t::
::
::clk_speed
i2c_param_config()
All items filtered out
Class Tree
from
0/8
examples
All items filtered out
All items filtered out
Override Tree
from
0/8
examples
All items filtered out
All items filtered out
Implementations
from
0/8
examples
All items filtered out
All items filtered out
Instances
from
0/8
examples
Lifecycle
from
0/8
examples
All items filtered out
All items filtered out