ESP-IDF
bt_mesh_light_xyl_state::target_x
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_light_xyl_state::target_x
bt_mesh_light_xyl_state::target_x field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:157
uint16_t
target_x
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
target_x
;
lighting_server.h:157
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
target_x
)
;
lighting_server.c:1804
send_light_xyl_status()
srv
->
state
->
target_x
=
x
;
lighting_server.c:1991
light_xyl_set()
srv
->
state
->
target_x
!=
srv
->
state
->
x
||
lighting_server.c:2004
light_xyl_set()
srv
->
state
->
x
=
srv
->
state
->
target_x
;
lighting_server.c:2033
light_xyl_set()
(
(
float
)
(
srv
->
state
->
x
-
srv
->
state
->
target_x
)
/
srv
->
transition
.
counter
)
;
state_transition.c:217
light_xyl_tt_values()
srv
->
state
->
x
=
srv
->
state
->
target_x
;
state_transition.c:882
light_xyl_work_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_xyl_state::target_x
is written by 1 function and is read by 4 functions:
light_xyl_set()
All items filtered out
bt_mesh_light_xyl_state::target_x
send_light_xyl_status()
light_xyl_set()
light_xyl_tt_values()
light_xyl_work_handler()
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