ESP-IDF
+
0
/6 examples
SourceVu will show references to
i2c_config_t::clk_flags
from the following samples and libraries:
aligenie_demo sample
df_client sample
df_server sample
rpr_client sample
rpr_server sample
unprov_dev 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_flags
i2c_config_t::clk_flags field
Bitwise of ``I2C_SCLK_SRC_FLAG_**FOR_DFS**`` for clk source choice
Syntax
Show:
Summary
Declaration
from
i2c.h:82
uint32_t
clk_flags
;
Examples
i2c_config_t::clk_flags
is referenced by 6 libraries and example projects:
aligenie_demo sample
df_client sample
df_server sample
rpr_client sample
rpr_server sample
unprov_dev sample
References
from
0/6
examples
Code
Location
Referrer
uint32_t
clk_flags
;
/*!< Bitwise of ``I2C_SCLK_SRC_FLAG_**FOR_DFS**`` for clk source choice*/
i2c.h:82
src_clk
=
s_get_clk_src
(
i2c_conf
->
clk_flags
,
i2c_conf
->
master
.
clk_speed
)
;
i2c.c:782
i2c_param_config()
src_clk
=
s_get_clk_src
(
i2c_conf
->
clk_flags
,
i2c_conf
->
slave
.
maximum_speed
)
;
i2c.c:792
i2c_param_config()
Call Tree
from
0/6
examples
All items filtered out
All items filtered out
Data Use
from
0/6
examples
i2c_config_t::clk_flags
is read by 1 function:
All items filtered out
i2c_config_t::clk_flags
i2c_param_config()
All items filtered out
Class Tree
from
0/6
examples
All items filtered out
All items filtered out
Override Tree
from
0/6
examples
All items filtered out
All items filtered out
Implementations
from
0/6
examples
All items filtered out
All items filtered out
Instances
from
0/6
examples
Lifecycle
from
0/6
examples
All items filtered out
All items filtered out