ESP-IDF
host_ctx_t::num_of_init_slots
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
host_ctx_t::num_of_init_slots
host_ctx_t::num_of_init_slots field
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:93
uint8_t
num_of_init_slots
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
num_of_init_slots
;
sdmmc_host.c:93
if
(
s_host_ctx
.
num_of_init_slots
<
SOC_SDMMC_NUM_SLOTS
&&
s_host_ctx
.
active_slot_num
!=
slot
)
{
sdmmc_host.c:814
sdmmc_host_init_slot()
s_host_ctx
.
num_of_init_slots
+=
1
;
sdmmc_host.c:815
sdmmc_host_init_slot()
if
(
s_host_ctx
.
num_of_init_slots
>
0
)
{
sdmmc_host.c:843
sdmmc_host_decrease_init_slot_num()
s_host_ctx
.
num_of_init_slots
-=
1
;
sdmmc_host.c:844
sdmmc_host_decrease_init_slot_num()
return
s_host_ctx
.
num_of_init_slots
;
sdmmc_host.c:846
sdmmc_host_decrease_init_slot_num()
state
->
num_of_init_slots
=
s_host_ctx
.
num_of_init_slots
;
sdmmc_host.c:1178
sdmmc_host_get_state()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
host_ctx_t::num_of_init_slots
is written by 2 functions and is read by 3 functions:
sdmmc_host_init_slot()
sdmmc_host_decrease_init_slot_num()
All items filtered out
host_ctx_t::num_of_init_slots
sdmmc_host_init_slot()
sdmmc_host_decrease_init_slot_num()
sdmmc_host_get_state()
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