ESP-IDF
host_ctx_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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
host_ctx_t struct
Host contexts
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:85
typedef
struct
host_ctx_t
{
intr_handle_t
intr_handle
;
QueueHandle_t
event_queue
;
SemaphoreHandle_t
io_intr_event
;
sdmmc_hal_context_t
hal
;
soc_periph_sdmmc_clk_src_t
clk_src
;
slot_ctx_t
slot_ctx
[
SOC_SDMMC_NUM_SLOTS
]
;
#if
SOC_SDMMC_NUM_SLOTS
>=
2
uint8_t
num_of_init_slots
;
int8_t
active_slot_num
;
#endif
}
host_ctx_t
;
Fields
Field
Declared as
host_ctx_t::intr_handle
intr_handle_t
host_ctx_t::event_queue
QueueHandle_t
host_ctx_t::io_intr_event
SemaphoreHandle_t
host_ctx_t::hal
sdmmc_hal_context_t
host_ctx_t::clk_src
soc_periph_sdmmc_clk_src_t
host_ctx_t::slot_ctx
slot_ctx_t
[
SOC_SDMMC_NUM_SLOTS
]
host_ctx_t::num_of_init_slots
uint8_t
host_ctx_t::active_slot_num
int8_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
host_ctx_t
{
sdmmc_host.c:85
}
host_ctx_t
;
sdmmc_host.c:96
host_ctx_t
static
host_ctx_t
s_host_ctx
=
{
.
active_slot_num
=
-
1
}
;
sdmmc_host.c:99
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
s_host_ctx
sdmmc_host.c:99
Lifecycle
from
examples
All items filtered out
All items filtered out