espnow sample
example_espnow_send_param_t::buffer
is only used within espnow sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
espnow sample
example_espnow_send_param_t::buffer
example_espnow_send_param_t::buffer field
Syntax
Show:
Summary
Declaration
from
espnow_example.h:78
uint8_t
*
buffer
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
buffer
;
//Buffer pointing to ESPNOW data.
espnow_example.h:78
example_espnow_data_t
*
buf
=
(
example_espnow_data_t
*
)
send_param
->
buffer
;
espnow_example_main.c:147
example_espnow_data_prepare()
if
(
esp_now_send
(
send_param
->
dest_mac
,
send_param
->
buffer
,
send_param
->
len
)
!=
ESP_OK
)
{
espnow_example_main.c:175
example_espnow_task()
if
(
esp_now_send
(
send_param
->
dest_mac
,
send_param
->
buffer
,
send_param
->
len
)
!=
ESP_OK
)
{
espnow_example_main.c:214
example_espnow_task()
if
(
esp_now_send
(
send_param
->
dest_mac
,
send_param
->
buffer
,
send_param
->
len
)
!=
ESP_OK
)
{
espnow_example_main.c:269
example_espnow_task()
send_param
->
buffer
=
malloc
(
CONFIG_ESPNOW_SEND_LEN
)
;
espnow_example_main.c:354
example_espnow_init()
if
(
send_param
->
buffer
==
NULL
)
{
espnow_example_main.c:355
example_espnow_init()
free
(
send_param
->
buffer
)
;
espnow_example_main.c:373
example_espnow_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
example_espnow_send_param_t::buffer
is written by 1 function and is read by 4 functions:
example_espnow_init()
All items filtered out
example_espnow_send_param_t::buffer
example_espnow_data_prepare()
example_espnow_task()
example_espnow_init()
example_espnow_deinit()
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