ESP-IDF
send_write_desc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
send_write_desc()
send_write_desc() function
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.c:513
static
esp_err_t
send_write_desc
(
uint8_t
*
desc
,
void
*
arg
)
;
Arguments
Argument
desc
arg
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
send_write_desc
(
uint8_t
*
desc
,
void
*
arg
)
sdio_slave_hal.c:513
esp_err_t
ret
=
sdio_ringbuf_send
(
&
(
hal
->
send_desc_queue
)
,
send_write_desc
,
&
new_desc
)
;
sdio_slave_hal.c:542
sdio_slave_hal_send_queue()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
send_write_desc()
reads 2 variables and writes 1 variable:
sdio_slave_ll_desc_s::
::
::stqe_next
sdio_slave_ll_desc_s::
::qe
All items filtered out
send_write_desc()
sdio_slave_hal_send_queue()
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