ESP-IDF
bt_mesh_light_xyl_state::target_y
is only used within ESP-IDF.
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
ESP-IDF
bt_mesh_light_xyl_state::target_y
bt_mesh_light_xyl_state::target_y field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:160
uint16_t
target_y
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
target_y
;
lighting_server.h:160
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
target_y
)
;
lighting_server.c:1805
send_light_xyl_status()
srv
->
state
->
target_y
=
y
;
lighting_server.c:1997
light_xyl_set()
srv
->
state
->
target_y
!=
srv
->
state
->
y
)
{
lighting_server.c:2005
light_xyl_set()
srv
->
state
->
y
=
srv
->
state
->
target_y
;
lighting_server.c:2034
light_xyl_set()
(
(
float
)
(
srv
->
state
->
y
-
srv
->
state
->
target_y
)
/
srv
->
transition
.
counter
)
;
state_transition.c:219
light_xyl_tt_values()
srv
->
state
->
y
=
srv
->
state
->
target_y
;
state_transition.c:883
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_y
is written by 1 function and is read by 4 functions:
light_xyl_set()
All items filtered out
bt_mesh_light_xyl_state::target_y
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