espnow sample
example_espnow_data_t::seq_num
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_data_t::seq_num
example_espnow_data_t::seq_num field
Syntax
Show:
Summary
Declaration
from
espnow_example.h:63
uint16_t
seq_num
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
seq_num
;
//Sequence number of ESPNOW data.
espnow_example.h:63
*
seq
=
buf
->
seq_num
;
espnow_example_main.c:131
example_espnow_data_parse()
buf
->
seq_num
=
s_example_espnow_seq
[
buf
->
type
]
++
;
espnow_example_main.c:153
example_espnow_data_prepare()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
example_espnow_data_t::seq_num
is written by 1 function and is read by 1 function:
example_espnow_data_prepare()
All items filtered out
example_espnow_data_t::seq_num
example_espnow_data_parse()
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