ESP-IDF
sdio_slave_ll_desc_s::eof
is only used within ESP-IDF.
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_ll_desc_s::eof
sdio_slave_ll_desc_s::eof field
Syntax
Show:
Summary
Declaration
from
sdio_slave_ll.h:54
volatile
uint32_t
size
:
12
,
length
:
12
,
offset
:
5
,
sosf
:
1
,
eof
:
1
;
Examples
References
from
examples
Code
Location
Referrer
eof
:
1
,
/* end of frame */
sdio_slave_ll.h:58
ESP_EARLY_LOGI
(
TAG
,
"=> %p: size: %d(%d), eof: %d, owner: %d"
,
item
,
item
->
size
,
item
->
length
,
item
->
eof
,
item
->
owner
)
;
sdio_slave.c:188
show_ll()
if
(
!
desc
->
hal_desc
.
eof
)
{
sdio_slave.c:814
sdio_slave_recv_packet()
.
eof
=
1
,
sdio_slave_hal.c:263
end
->
dma_desc
.
eof
=
1
;
sdio_slave_hal.c:342
send_check_new_packet()
.
eof
=
(
hal
->
sending_mode
==
SDIO_SLAVE_SEND_PACKET
)
,
sdio_slave_hal.c:536
sdio_slave_hal_send_queue()
HAL_EARLY_LOGI
(
TAG
,
"=> %p: size: %"
PRIu32
"(%"
PRIu32
"), eof: %"
PRIu32
", owner: %"
PRIu32
""
,
item
,
item
->
size
,
item
->
length
,
item
->
eof
,
item
->
owner
)
;
sdio_slave_hal.c:672
show_queue_item()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdio_slave_ll_desc_s::eof
is written by 1 function and is read by 3 functions:
send_check_new_packet()
All items filtered out
sdio_slave_ll_desc_s::eof
show_ll()
sdio_slave_recv_packet()
show_queue_item()
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