espnow sample
example_espnow_data_t
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
example_espnow_data_t struct
Syntax
Show:
Summary
Declaration
from
espnow_example.h:60
typedef
struct
{
uint8_t
type
;
uint8_t
state
;
uint16_t
seq_num
;
uint16_t
crc
;
uint32_t
magic
;
uint8_t
payload
[
0
]
;
}
__attribute__
(
(
packed
)
)
example_espnow_data_t
;
Fields
Field
Declared as
example_espnow_data_t::type
uint8_t
example_espnow_data_t::state
uint8_t
example_espnow_data_t::seq_num
uint16_t
example_espnow_data_t::crc
uint16_t
example_espnow_data_t::magic
uint32_t
example_espnow_data_t::payload
uint8_t
[
0
]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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