ESP-IDF
sdm_group_t::clk_src
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
sdm_group_t::clk_src
sdm_group_t::clk_src field
Syntax
Show:
Summary
Declaration
from
sdm.c:59
sdm_clock_source_t
clk_src
;
Examples
References
from
examples
Code
Location
Referrer
sdm_clock_source_t
clk_src
;
// Clock source
sdm.c:59
group
->
clk_src
=
0
;
sdm.c:98
sdm_acquire_group_handle()
ESP_GOTO_ON_FALSE
(
group
->
clk_src
==
0
||
group
->
clk_src
==
config
->
clk_src
,
ESP_ERR_INVALID_ARG
,
err
,
TAG
,
"clock source conflict"
)
;
sdm.c:212
sdm_new_channel()
group
->
clk_src
=
config
->
clk_src
;
sdm.c:228
sdm_new_channel()
ESP_GOTO_ON_ERROR
(
io_mux_set_clock_source
(
(
soc_module_clk_t
)
(
group
->
clk_src
)
)
,
err
,
TAG
,
"set IO MUX clock source failed"
)
;
sdm.c:231
sdm_new_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdm_group_t::clk_src
is written by 2 functions and is read by 1 function:
sdm_acquire_group_handle()
sdm_new_channel()
All items filtered out
sdm_group_t::clk_src
sdm_new_channel()
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