ESP-IDF
sdio_ringbuf_t::size
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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_ringbuf_t::size
sdio_ringbuf_t::size field
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.h:171
size_t
size
;
Examples
References
from
examples
Code
Location
Referrer
size_t
size
;
///< Size of the buffer, but can only queue (size/SDIO_SLAVE_SEND_DESC_SIZE)-1 descriptors
sdio_slave_hal.h:171
buf
->
size
=
SDIO_SLAVE_SEND_DESC_SIZE
*
(
config
->
send_queue_size
+
1
)
;
sdio_slave.c:246
init_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
(
offset_ptr
>=
buf
->
data
+
buf
->
size
)
{
sdio_slave_hal.c:78
sdio_ringbuf_offset_ptr()
offset_ptr
-=
buf
->
size
;
sdio_slave_hal.c:79
sdio_ringbuf_offset_ptr()
size_t
size
=
(
buf
->
read_ptr
+
buf
->
size
-
buf
->
free_ptr
)
%
buf
->
size
;
sdio_slave_hal.c:125
sdio_ringbuf_return()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdio_ringbuf_t::size
is written by 1 function and is read by 3 functions:
init_context()
All items filtered out
sdio_ringbuf_t::size
init_context()
sdio_ringbuf_offset_ptr()
sdio_ringbuf_return()
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