ESP-IDF
s_get_clk_src()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_get_clk_src()
s_get_clk_src() function
Syntax
Show:
Summary
Declaration
from
i2c.c:761
static
i2c_clock_source_t
s_get_clk_src
(
const
uint32_t
clk_flags
,
const
uint32_t
clk_speed
)
;
Arguments
Argument
clk_flags
clk_speed
Examples
References
from
examples
Code
Location
Referrer
static
i2c_clock_source_t
s_get_clk_src
(
const
uint32_t
clk_flags
,
const
uint32_t
clk_speed
)
i2c.c:761
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
examples
s_get_clk_src()
is called by 1 function and calls 1 function:
i2c_param_config()
All items filtered out
s_get_clk_src()
s_get_src_clk_freq()
All items filtered out
Data Use
from
examples
s_get_clk_src()
reads 3 variables:
soc_module_clk_t::SOC_MOD_CLK_APB
i2c_clk_alloc_t::character
i2c_clk_alloc
All items filtered out
s_get_clk_src()
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