ESP-IDF
sdmmc_host_wait_for_event()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdmmc_host_wait_for_event()
sdmmc_host_wait_for_event() function
Syntax
Show:
Summary
Declaration
Definition
from
sdmmc_internal.h:29
esp_err_t
sdmmc_host_wait_for_event
(
int
tick_count
,
sdmmc_event_t
*
out_event
)
;
Implemented in
sdmmc_host.c:928
Arguments
Argument
tick_count
out_event
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
sdmmc_host_wait_for_event
(
int
tick_count
,
sdmmc_event_t
*
out_event
)
sdmmc_host.c:928
esp_err_t
sdmmc_host_wait_for_event
(
int
tick_count
,
sdmmc_event_t
*
out_event
)
;
sdmmc_internal.h:29
while
(
sdmmc_host_wait_for_event
(
0
,
&
evt
)
==
ESP_OK
)
{
sdmmc_transaction.c:291
handle_idle_state_events()
esp_err_t
err
=
sdmmc_host_wait_for_event
(
cmd
->
timeout_ms
/
portTICK_PERIOD_MS
,
&
event
)
;
sdmmc_transaction.c:309
handle_event()
Call Tree
from
examples
sdmmc_host_wait_for_event()
is called by 2 functions and calls 1 function:
handle_idle_state_events()
handle_event()
All items filtered out
sdmmc_host_wait_for_event()
xQueueReceive()
All items filtered out
Data Use
from
examples
sdmmc_host_wait_for_event()
reads 2 variables:
host_ctx_t::event_queue
s_host_ctx
All items filtered out
sdmmc_host_wait_for_event()
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