ESP-IDF
sdmmc_host_get_clk_dividers()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdmmc_host_get_clk_dividers()
sdmmc_host_get_clk_dividers() function
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:205
void
sdmmc_host_get_clk_dividers
(
uint32_t
freq_khz
,
int
*
host_div
,
int
*
card_div
,
soc_periph_sdmmc_clk_src_t
*
src
)
;
Arguments
Argument
freq_khz
host_div
card_div
src
Examples
References
from
examples
Code
Location
Referrer
void
sdmmc_host_get_clk_dividers
(
uint32_t
freq_khz
,
int
*
host_div
,
int
*
card_div
,
soc_periph_sdmmc_clk_src_t
*
src
)
sdmmc_host.c:205
sdmmc_host_get_clk_dividers
(
freq_khz
,
&
host_div
,
&
card_div
,
&
clk_src
)
;
sdmmc_host.c:302
sdmmc_host_set_card_clk()
Call Tree
from
examples
sdmmc_host_get_clk_dividers()
is called by 1 function and calls 4 functions:
sdmmc_host_set_card_clk()
All items filtered out
sdmmc_host_get_clk_dividers()
__assert_func()
esp_log_timestamp()
esp_log_write()
esp_clk_tree_src_get_freq_hz()
All items filtered out
Data Use
from
examples
sdmmc_host_get_clk_dividers()
reads 9 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
soc_periph_sdmmc_clk_src_t::SDMMC_CLK_SRC_DEFAULT
esp_clk_tree_src_freq_precision_t::ESP_CLK_TREE_SRC_FREQ_PRECISION_CACHED
TAG
s_host_ctx
All items filtered out
sdmmc_host_get_clk_dividers()
host_ctx_t::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