espnow sample
example_espnow_data_parse()
is only used within espnow sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
espnow sample
example_espnow_data_parse()
example_espnow_data_parse() function
Syntax
Show:
Summary
Declaration
from
espnow_example_main.c:120
int
example_espnow_data_parse
(
uint8_t
*
data
,
uint16_t
data_len
,
uint8_t
*
state
,
uint16_t
*
seq
,
uint32_t
*
magic
)
;
Arguments
Argument
data
data_len
state
seq
magic
Examples
References
from
examples
Code
Location
Referrer
int
example_espnow_data_parse
(
uint8_t
*
data
,
uint16_t
data_len
,
uint8_t
*
state
,
uint16_t
*
seq
,
uint32_t
*
magic
)
espnow_example_main.c:120
ret
=
example_espnow_data_parse
(
recv_cb
->
data
,
recv_cb
->
data_len
,
&
recv_state
,
&
recv_seq
,
&
recv_magic
)
;
espnow_example_main.c:225
example_espnow_task()
Call Tree
from
examples
example_espnow_data_parse()
is called by 1 function and calls 3 functions:
example_espnow_task()
All items filtered out
example_espnow_data_parse()
esp_log_timestamp()
esp_log_write()
esp_crc16_le()
All items filtered out
Data Use
from
examples
example_espnow_data_parse()
reads 11 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
example_espnow_data_t::type
example_espnow_data_t::state
example_espnow_data_t::seq_num
example_espnow_data_t::crc
example_espnow_data_t::magic
TAG
All items filtered out
example_espnow_data_parse()
example_espnow_data_t::crc
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