ESP-IDF
+
0
/1 examples
SourceVu will show references to
sdio_slave_stop()
from the following samples and libraries:
slave sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_stop()
sdio_slave_stop() function
Stop hardware from sending and receiving, also set IOREADY1 to 0.
Syntax
Show:
Summary
Declaration
Definition
from
sdio_slave.h:91
void
sdio_slave_stop
(
void
)
;
Implemented in
sdio_slave.c:462
Notes
this will not clear the data already in the driver, and also not reset the PKT_LEN and TOKEN1 counting. Call ``sdio_slave_reset`` to do that.
Examples
sdio_slave_stop()
is referenced by 1 libraries and example projects:
slave sample
References
from
0/1
examples
Code
Location
void
sdio_slave_stop
(
void
)
sdio_slave.c:462
void
sdio_slave_stop
(
void
)
;
sdio_slave.h:91
Call Tree
from
0/1
examples
sdio_slave_stop()
calls 3 functions:
All items filtered out
sdio_slave_stop()
sdio_slave_hal_set_ioready()
sdio_slave_hal_send_stop()
sdio_slave_hal_recv_stop()
All items filtered out
Data Use
from
0/1
examples
sdio_slave_stop()
reads 2 variables:
sdio_context_t::hal
context
All items filtered out
sdio_slave_stop()
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