espnow sample
example_espnow_send_param_t::delay
is only used within espnow 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
espnow sample
example_espnow_send_param_t::delay
example_espnow_send_param_t::delay field
Syntax
Show:
Summary
Declaration
from
espnow_example.h:76
uint16_t
delay
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
delay
;
//Delay between sending two ESPNOW data, unit: ms.
espnow_example.h:76
if
(
send_param
->
delay
>
0
)
{
espnow_example_main.c:204
example_espnow_task()
vTaskDelay
(
send_param
->
delay
/
portTICK_PERIOD_MS
)
;
espnow_example_main.c:205
example_espnow_task()
send_param
->
delay
=
CONFIG_ESPNOW_SEND_DELAY
;
espnow_example_main.c:352
example_espnow_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
example_espnow_send_param_t::delay
is written by 1 function and is read by 1 function:
example_espnow_init()
All items filtered out
example_espnow_send_param_t::delay
example_espnow_task()
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