ESP-IDF
host_ctx_t::io_intr_event
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
host_ctx_t::io_intr_event
host_ctx_t::io_intr_event field
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:88
SemaphoreHandle_t
io_intr_event
;
Examples
References
from
examples
Code
Location
Referrer
SemaphoreHandle_t
io_intr_event
;
sdmmc_host.c:88
s_host_ctx
.
io_intr_event
=
xSemaphoreCreateBinary
(
)
;
sdmmc_host.c:517
sdmmc_host_init()
if
(
!
s_host_ctx
.
io_intr_event
)
{
sdmmc_host.c:518
sdmmc_host_init()
vSemaphoreDelete
(
s_host_ctx
.
io_intr_event
)
;
sdmmc_host.c:528
sdmmc_host_init()
s_host_ctx
.
io_intr_event
=
NULL
;
sdmmc_host.c:529
sdmmc_host_init()
vSemaphoreDelete
(
s_host_ctx
.
io_intr_event
)
;
sdmmc_host.c:546
sdmmc_host_init()
s_host_ctx
.
io_intr_event
=
NULL
;
sdmmc_host.c:547
sdmmc_host_init()
vQueueDelete
(
s_host_ctx
.
io_intr_event
)
;
sdmmc_host.c:828
sdmmc_host_deinit_internal()
s_host_ctx
.
io_intr_event
=
NULL
;
sdmmc_host.c:829
sdmmc_host_deinit_internal()
xSemaphoreTake
(
s_host_ctx
.
io_intr_event
,
0
)
;
sdmmc_host.c:1068
sdmmc_host_io_int_wait()
if
(
xSemaphoreTake
(
s_host_ctx
.
io_intr_event
,
timeout_ticks
)
==
pdTRUE
)
{
sdmmc_host.c:1076
sdmmc_host_io_int_wait()
xSemaphoreGiveFromISR
(
s_host_ctx
.
io_intr_event
,
&
higher_priority_task_awoken
)
;
sdmmc_host.c:1121
sdmmc_isr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
host_ctx_t::io_intr_event
is written by 2 functions and is read by 4 functions:
sdmmc_host_init()
sdmmc_host_deinit_internal()
All items filtered out
host_ctx_t::io_intr_event
sdmmc_host_init()
sdmmc_host_deinit_internal()
sdmmc_host_io_int_wait()
sdmmc_isr()
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