ESP-IDF
host_ctx_t::active_slot_num
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::active_slot_num
host_ctx_t::active_slot_num field
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:94
int8_t
active_slot_num
;
Examples
References
from
examples
Code
Location
Referrer
int8_t
active_slot_num
;
sdmmc_host.c:94
static
host_ctx_t
s_host_ctx
=
{
.
active_slot_num
=
-
1
}
;
sdmmc_host.c:99
if
(
s_host_ctx
.
active_slot_num
!=
slot
)
{
sdmmc_host.c:413
sdmmc_host_start_command()
s_host_ctx
.
active_slot_num
=
slot
;
sdmmc_host.c:414
sdmmc_host_start_command()
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
.
active_slot_num
=
slot
;
sdmmc_host.c:817
sdmmc_host_init_slot()
s_host_ctx
.
active_slot_num
=
-
1
;
// Reset the active slot number, will be set again before the next transaction
sdmmc_host.c:842
sdmmc_host_decrease_init_slot_num()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
host_ctx_t::active_slot_num
is written by 3 functions and is read by 2 functions:
sdmmc_host_start_command()
sdmmc_host_init_slot()
sdmmc_host_decrease_init_slot_num()
All items filtered out
host_ctx_t::active_slot_num
sdmmc_host_start_command()
sdmmc_host_init_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