ESP-IDF
sdio_ringbuf_send()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdio_ringbuf_send()
sdio_ringbuf_send() function
Syntax
Show:
Summary
Declaration
Definition
from
sdio_slave_hal.c:43
static
esp_err_t
sdio_ringbuf_send
(
sdio_ringbuf_t
*
buf
,
esp_err_t
(
*
copy_callback
)
(
uint8_t
*
,
void
*
)
,
void
*
arg
)
;
Implemented in
sdio_slave_hal.c:84
Arguments
Argument
buf
copy_callback
arg
Related Functions
Found 6 other functions taking a
sdio_ringbuf_t
argument:
Function
sdio_ringbuf_recv()
sdio_ringbuf_return()
sdio_ringbuf_offset_ptr()
sdio_ringbuf_peek_front()
sdio_ringbuf_peek_rear()
sdio_ringbuf_empty()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
sdio_ringbuf_send
(
sdio_ringbuf_t
*
buf
,
esp_err_t
(
*
copy_callback
)
(
uint8_t
*
,
void
*
)
,
void
*
arg
)
sdio_slave_hal.c:84
static
esp_err_t
sdio_ringbuf_send
(
sdio_ringbuf_t
*
buf
,
esp_err_t
(
*
copy_callback
)
(
uint8_t
*
,
void
*
)
,
void
*
arg
)
;
sdio_slave_hal.c:43
ret
=
sdio_ringbuf_send
(
buf
,
NULL
,
NULL
)
;
sdio_slave_hal.c:187
init_send_queue()
ret
=
sdio_ringbuf_send
(
buf
,
link_desc_to_last
,
last
)
;
sdio_slave_hal.c:195
init_send_queue()
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
sdio_ringbuf_send()
is called by 2 functions and calls 2 functions:
init_send_queue()
sdio_slave_hal_send_queue()
All items filtered out
sdio_ringbuf_send()
sdio_ringbuf_offset_ptr()
sdio_ringbuf_send()::copy_callback
All items filtered out
Data Use
from
examples
sdio_ringbuf_send()
reads 1 variable and writes 1 variable:
sdio_ringbuf_pointer_t::RINGBUF_WRITE_PTR
All items filtered out
sdio_ringbuf_send()
sdio_ringbuf_t::write_ptr
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