ESP-IDF
sdio_slave_context_t::in_flight_head
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_context_t::in_flight_head
sdio_slave_context_t::in_flight_head field
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.h:231
sdio_slave_hal_send_desc_t
*
in_flight_head
;
Examples
References
from
examples
Code
Location
Referrer
sdio_slave_hal_send_desc_t
*
in_flight_head
;
// The head of linked list in-flight.
sdio_slave_hal.h:231
sdio_slave_hal_send_desc_t
*
const
start_desc
=
hal
->
in_flight_head
;
sdio_slave_hal.c:312
send_new_packet()
hal
->
in_flight_head
=
start
;
sdio_slave_hal.c:340
send_check_new_packet()
sdio_slave_hal_send_desc_t
*
desc
=
hal
->
in_flight_head
;
sdio_slave_hal.c:374
sdio_slave_hal_send_reset_counter()
hal
->
returned_desc
=
hal
->
in_flight_head
;
sdio_slave_hal.c:398
send_get_inflight_desc()
if
(
hal
->
in_flight_head
!=
NULL
)
{
sdio_slave_hal.c:407
send_get_inflight_desc()
*
out_returned_cnt
=
sdio_ringbuf_return
(
&
(
hal
->
send_desc_queue
)
,
(
uint8_t
*
)
hal
->
in_flight_head
)
;
sdio_slave_hal.c:412
send_get_inflight_desc()
hal
->
in_flight_head
=
NULL
;
sdio_slave_hal.c:415
send_get_inflight_desc()
HAL_ASSERT
(
hal
->
in_flight_head
!=
NULL
)
;
sdio_slave_hal.c:449
sdio_slave_hal_send_get_next_finished_arg()
if
(
hal
->
in_flight_head
==
NULL
)
{
sdio_slave_hal.c:497
sdio_slave_hal_send_new_packet_if_exist()
if
(
hal
->
in_flight_head
)
{
sdio_slave_hal.c:501
sdio_slave_hal_send_new_packet_if_exist()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdio_slave_context_t::in_flight_head
is written by 2 functions and is read by 5 functions:
send_check_new_packet()
send_get_inflight_desc()
All items filtered out
sdio_slave_context_t::in_flight_head
send_new_packet()
sdio_slave_hal_send_reset_counter()
send_get_inflight_desc()
sdio_slave_hal_send_get_next_finished_arg()
sdio_slave_hal_send_new_packet_if_exist()
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