ESP-IDF
+
0
/1 examples
SourceVu will show references to
sdio_slave_config_t::event_cb
from the following samples and libraries:
slave sample
Symbol previews are coming soon...
Symbols
loading (3/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
sdio_slave_config_t::event_cb
sdio_slave_config_t::event_cb field
Syntax
Show:
Summary
Declaration
from
sdio_slave.h:32
sdio_event_cb_t
event_cb
;
Examples
sdio_slave_config_t::event_cb
is referenced by 1 libraries and example projects:
slave sample
References
from
0/1
examples
Code
Location
Referrer
sdio_event_cb_t
event_cb
;
///< when the host interrupts slave, this callback will be called with interrupt number (0-7).
sdio_slave.h:32
if
(
context
.
config
.
event_cb
!=
NULL
)
{
sdio_slave.c:486
sdio_intr_host()
(
*
context
.
config
.
event_cb
)
(
i
)
;
sdio_slave.c:487
sdio_intr_host()
Call Tree
from
0/1
examples
sdio_slave_config_t::event_cb
is called by 1 function:
sdio_intr_host()
All items filtered out
sdio_slave_config_t::event_cb
All items filtered out
Data Use
from
0/1
examples
sdio_slave_config_t::event_cb
is read by 1 function:
All items filtered out
sdio_slave_config_t::event_cb
sdio_intr_host()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out