ESP-IDF
sdio_event_cb_t
is only used within ESP-IDF.
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_event_cb_t
sdio_event_cb_t
Syntax
Show:
Summary
Declaration
from
sdio_slave.h:19
typedef
void
(
*
sdio_event_cb_t
)
(
uint8_t
event
)
;
Examples
References
from
examples
Code
Location
typedef
void
(
*
sdio_event_cb_t
)
(
uint8_t
event
)
;
sdio_slave.h:19
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
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
Lifecycle
from
examples
All items filtered out
All items filtered out