ESP-IDF
bt_mesh_light_xyl_state::y
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::y
bt_mesh_light_xyl_state::y field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:159
uint16_t
y
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
y
;
lighting_server.h:159
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
y
)
;
lighting_server.c:1797
send_light_xyl_status()
srv
->
state
->
target_y
!=
srv
->
state
->
y
)
{
lighting_server.c:2005
light_xyl_set()
.
xyl_set
.
y
=
srv
->
state
->
y
,
lighting_server.c:2011
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()
change
.
xyl_set
.
y
=
srv
->
state
->
y
;
state_transition.c:860
light_xyl_work_handler()
srv
->
state
->
y
-=
srv
->
tt_delta_y
;
state_transition.c:876
light_xyl_work_handler()
srv
->
state
->
y
=
srv
->
state
->
target_y
;
state_transition.c:883
light_xyl_work_handler()
change
.
xyl_set
.
y
=
srv
->
state
->
y
;
state_transition.c:888
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::y
is written by 2 functions and is read by 4 functions:
light_xyl_set()
light_xyl_work_handler()
All items filtered out
bt_mesh_light_xyl_state::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