slave sample
BUFFER_NUM
is only used within slave sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
slave sample
BUFFER_NUM
BUFFER_NUM macro
Syntax
Show:
Summary
Declaration
from
app_main.c:61
#define
BUFFER_NUM
16
Examples
References
from
examples
Code
Location
#define
BUFFER_NUM
16
app_main.c:61
DMA_ATTR
uint8_t
buffer
[
BUFFER_NUM
]
[
BUFFER_SIZE
]
=
{
}
;
app_main.c:162
for
(
int
i
=
0
;
i
<
BUFFER_NUM
;
i
++
)
{
app_main.c:195
sdio_slave_buf_handle_t
recv_queue
[
BUFFER_NUM
]
;
app_main.c:220
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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