ESP-IDF
sdmmc_host_set_clk_div()
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_set_clk_div()
sdmmc_host_set_clk_div() function
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:171
static
void
sdmmc_host_set_clk_div
(
soc_periph_sdmmc_clk_src_t
src
,
int
div
)
;
Arguments
Argument
src
div
Examples
References
from
examples
Code
Location
Referrer
static
void
sdmmc_host_set_clk_div
(
soc_periph_sdmmc_clk_src_t
src
,
int
div
)
sdmmc_host.c:171
sdmmc_host_set_clk_div
(
clk_src
,
host_div
)
;
sdmmc_host.c:309
sdmmc_host_set_card_clk()
sdmmc_host_set_clk_div
(
SDMMC_CLK_SRC_DEFAULT
,
2
)
;
sdmmc_host.c:498
sdmmc_host_init()
Call Tree
from
examples
sdmmc_host_set_clk_div()
is called by 2 functions and calls 5 functions:
sdmmc_host_set_card_clk()
sdmmc_host_init()
All items filtered out
sdmmc_host_set_clk_div()
esp_rom_delay_us()
esp_clk_tree_enable_src()
sdmmc_ll_select_clk_source()
sdmmc_ll_set_clock_div()
sdmmc_ll_init_phase_delay()
All items filtered out
Data Use
from
examples
sdmmc_host_set_clk_div()
reads 3 variables:
sdmmc_hal_context_t::dev
host_ctx_t::hal
s_host_ctx
All items filtered out
sdmmc_host_set_clk_div()
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