host sample
send_buffer
is only used within host 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
host sample
send_buffer
send_buffer variable
Syntax
Show:
Summary
Declaration
from
app_main.c:431
DRAM_DMA_ALIGNED_ATTR
uint8_t
send_buffer
[
READ_BUFFER_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
DRAM_DMA_ALIGNED_ATTR
uint8_t
send_buffer
[
READ_BUFFER_LEN
]
;
app_main.c:431
send_buffer
[
i
]
=
0x46
+
(
data_index
+
i
)
*
5
;
app_main.c:449
job_fifo()
ret
=
essl_send_packet
(
handle
,
send_buffer
,
length
,
wait_ms
)
;
app_main.c:454
job_fifo()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
send_buffer
is read by 1 function:
All items filtered out
send_buffer
job_fifo()
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