ESP-IDF
slot_ctx_t::slot_host_div
is only used within ESP-IDF.
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
slot_ctx_t::slot_host_div
slot_ctx_t::slot_host_div field
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:76
int
slot_host_div
;
Examples
References
from
examples
Code
Location
Referrer
int
slot_host_div
;
sdmmc_host.c:76
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_host_div
=
host_div
;
sdmmc_host.c:334
sdmmc_host_set_card_clk()
if
(
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_host_div
==
0
)
{
sdmmc_host.c:905
sdmmc_host_slot_initialized()
sdmmc_ll_set_clock_div
(
s_host_ctx
.
hal
.
dev
,
s_host_ctx
.
slot_ctx
[
slot
]
.
slot_host_div
)
;
sdmmc_host.c:916
sdmmc_host_change_to_slot()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slot_ctx_t::slot_host_div
is written by 1 function and is read by 2 functions:
sdmmc_host_set_card_clk()
All items filtered out
slot_ctx_t::slot_host_div
sdmmc_host_slot_initialized()
sdmmc_host_change_to_slot()
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