ESP-IDF
+
0
/1 examples
SourceVu will show references to
SDIO_SLAVE_SEND_PACKET
from the following samples and libraries:
slave sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_SEND_PACKET
SDIO_SLAVE_SEND_PACKET value
Syntax
Show:
Summary
Declaration
from
sdio_slave_types.h:47
SDIO_SLAVE_SEND_PACKET
=
1
;
Examples
SDIO_SLAVE_SEND_PACKET
is referenced by 1 libraries and example projects:
slave sample
References
from
0/1
examples
Code
Location
Referrer
SDIO_SLAVE_SEND_PACKET
=
1
,
///< Packet mode, one packets will be sent one after another (only increase packet_len if last packet sent).
sdio_slave_types.h:47
if
(
hal
->
sending_mode
==
SDIO_SLAVE_SEND_PACKET
)
{
sdio_slave_hal.c:334
send_check_new_packet()
.
eof
=
(
hal
->
sending_mode
==
SDIO_SLAVE_SEND_PACKET
)
,
sdio_slave_hal.c:536
sdio_slave_hal_send_queue()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
SDIO_SLAVE_SEND_PACKET
is read by 2 functions:
All items filtered out
SDIO_SLAVE_SEND_PACKET
send_check_new_packet()
sdio_slave_hal_send_queue()
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