ESP-IDF
sdio_ringbuf_t::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sdio_ringbuf_t::data
sdio_ringbuf_t::data field
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.h:170
uint8_t
*
data
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
data
;
///< Address of the buffer
sdio_slave_hal.h:170
free
(
context
.
hal
->
send_desc_queue
.
data
)
;
sdio_slave.c:220
deinit_context()
context
.
hal
->
send_desc_queue
.
data
=
NULL
;
sdio_slave.c:221
deinit_context()
buf
->
data
=
(
uint8_t
*
)
heap_caps_malloc
(
buf
->
size
,
MALLOC_CAP_INTERNAL
|
MALLOC_CAP_8BIT
|
MALLOC_CAP_DMA
)
;
sdio_slave.c:247
init_context()
if
(
buf
->
data
==
NULL
)
{
sdio_slave.c:248
init_context()
if
(
offset_ptr
>=
buf
->
data
+
buf
->
size
)
{
sdio_slave_hal.c:78
sdio_ringbuf_offset_ptr()
buf
->
write_ptr
=
buf
->
data
;
sdio_slave_hal.c:180
init_send_queue()
buf
->
read_ptr
=
buf
->
data
;
sdio_slave_hal.c:181
init_send_queue()
buf
->
free_ptr
=
buf
->
data
;
sdio_slave_hal.c:182
init_send_queue()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdio_ringbuf_t::data
is written by 2 functions and is read by 4 functions:
deinit_context()
init_context()
All items filtered out
sdio_ringbuf_t::data
deinit_context()
init_context()
sdio_ringbuf_offset_ptr()
init_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