internal_communication sample
mesh_light_process()
is only used within internal_communication 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
internal_communication sample
mesh_light_process()
mesh_light_process() function
Syntax
Show:
Summary
Declaration
Definition
from
mesh_light.h:53
esp_err_t
mesh_light_process
(
mesh_addr_t
*
from
,
uint8_t
*
buf
,
uint16_t
len
)
;
Implemented in
mesh_light.c:165
Arguments
Argument
from
buf
len
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
mesh_light_process
(
mesh_addr_t
*
from
,
uint8_t
*
buf
,
uint16_t
len
)
mesh_light.c:165
esp_err_t
mesh_light_process
(
mesh_addr_t
*
from
,
uint8_t
*
buf
,
uint16_t
len
)
;
mesh_light.h:53
mesh_light_process
(
&
from
,
data
.
data
,
data
.
size
)
;
mesh_main.c:156
esp_mesh_p2p_rx_main()
Call Tree
from
examples
mesh_light_process()
is called by 1 function and calls 3 functions:
esp_mesh_p2p_rx_main()
All items filtered out
mesh_light_process()
esp_mesh_get_layer()
mesh_light_set()
mesh_connected_indicator()
All items filtered out
Data Use
from
examples
mesh_light_process()
reads 4 variables:
mesh_light_ctl_t::cmd
mesh_light_ctl_t::on
mesh_light_ctl_t::token_id
mesh_light_ctl_t::token_value
All items filtered out
mesh_light_process()
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