ESP-IDF
slot_ctx_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
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_ctx_t struct
Slot contexts
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:69
typedef
struct
slot_ctx_t
{
int
slot_id
;
size_t
slot_width
;
sdmmc_slot_io_info_t
slot_gpio_num
;
bool
use_gpio_matrix
;
bool
is_uhs1
;
#if
SOC_SDMMC_NUM_SLOTS
>=
2
int
slot_host_div
;
uint32_t
slot_freq_khz
;
sdmmc_ll_delay_phase_t
slot_ll_delay_phase
;
#endif
}
slot_ctx_t
;
Fields
Field
Declared as
slot_ctx_t::slot_id
int
slot_ctx_t::slot_width
size_t
slot_ctx_t::slot_gpio_num
sdmmc_slot_io_info_t
slot_ctx_t::use_gpio_matrix
bool
slot_ctx_t::is_uhs1
bool
slot_ctx_t::slot_host_div
int
slot_ctx_t::slot_freq_khz
uint32_t
slot_ctx_t::slot_ll_delay_phase
sdmmc_ll_delay_phase_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
slot_ctx_t
{
sdmmc_host.c:69
}
slot_ctx_t
;
sdmmc_host.c:80
slot_ctx_t
slot_ctx_t
slot_ctx
[
SOC_SDMMC_NUM_SLOTS
]
;
sdmmc_host.c:91
host_ctx_t
host_ctx_t::slot_ctx
memset
(
&
(
s_host_ctx
.
slot_ctx
[
slot
]
)
,
0
,
sizeof
(
slot_ctx_t
)
)
;
sdmmc_host.c:864
sdmmc_host_deinit_slot_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
host_ctx_t::slot_ctx
host_ctx_t
sdmmc_host.c:91
Lifecycle
from
examples
All items filtered out
All items filtered out