ESP-IDF
host_ctx_t::intr_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::intr_handle
host_ctx_t::intr_handle field
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:86
intr_handle_t
intr_handle
;
Examples
References
from
examples
Code
Location
Referrer
intr_handle_t
intr_handle
;
sdmmc_host.c:86
if
(
s_host_ctx
.
intr_handle
)
{
sdmmc_host.c:483
sdmmc_host_init()
esp_err_t
ret
=
esp_intr_alloc
(
ETS_SDIO_HOST_INTR_SOURCE
,
0
,
&
sdmmc_isr
,
s_host_ctx
.
event_queue
,
&
s_host_ctx
.
intr_handle
)
;
sdmmc_host.c:524
sdmmc_host_init()
esp_intr_free
(
s_host_ctx
.
intr_handle
)
;
sdmmc_host.c:548
sdmmc_host_init()
s_host_ctx
.
intr_handle
=
NULL
;
sdmmc_host.c:549
sdmmc_host_init()
if
(
!
s_host_ctx
.
intr_handle
)
{
sdmmc_host.c:620
sdmmc_host_init_slot()
esp_intr_free
(
s_host_ctx
.
intr_handle
)
;
sdmmc_host.c:824
sdmmc_host_deinit_internal()
s_host_ctx
.
intr_handle
=
NULL
;
sdmmc_host.c:825
sdmmc_host_deinit_internal()
if
(
!
s_host_ctx
.
intr_handle
)
{
sdmmc_host.c:872
sdmmc_host_deinit_slot()
if
(
!
s_host_ctx
.
intr_handle
)
{
sdmmc_host.c:889
sdmmc_host_deinit()
if
(
s_host_ctx
.
intr_handle
)
{
sdmmc_host.c:1170
sdmmc_host_get_state()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
host_ctx_t::intr_handle
is written by 2 functions and is read by 6 functions:
sdmmc_host_init()
sdmmc_host_deinit_internal()
All items filtered out
host_ctx_t::intr_handle
sdmmc_host_init()
sdmmc_host_init_slot()
sdmmc_host_deinit_internal()
sdmmc_host_deinit_slot()
sdmmc_host_deinit()
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