espnow sample
example_espnow_send_param_t::state
is only used within espnow sample.
Symbol previews are coming soon...
Symbols
loading (1/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::state
example_espnow_send_param_t::state field
Syntax
Show:
Summary
Declaration
from
espnow_example.h:73
uint8_t
state
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
state
;
//Indicate that if has received broadcast ESPNOW data or not.
espnow_example.h:73
buf
->
state
=
send_param
->
state
;
espnow_example_main.c:152
example_espnow_data_prepare()
if
(
send_param
->
state
==
0
)
{
espnow_example_main.c:249
example_espnow_task()
send_param
->
state
=
1
;
espnow_example_main.c:250
example_espnow_task()
send_param
->
state
=
0
;
espnow_example_main.c:349
example_espnow_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
example_espnow_send_param_t::state
is written by 2 functions and is read by 2 functions:
example_espnow_task()
example_espnow_init()
All items filtered out
example_espnow_send_param_t::state
example_espnow_data_prepare()
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