ESP-IDF
bt_mesh_light_ctl_state::delta_uv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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_ctl_state::delta_uv
bt_mesh_light_ctl_state::delta_uv field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:57
int16_t
delta_uv
;
Examples
References
from
examples
Code
Location
Referrer
int16_t
delta_uv
;
lighting_server.h:57
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
delta_uv
)
;
lighting_server.c:595
send_light_ctl_status()
srv
->
state
->
target_delta_uv
!=
srv
->
state
->
delta_uv
)
{
lighting_server.c:799
light_ctl_set()
.
ctl_set
.
delta_uv
=
srv
->
state
->
delta_uv
,
lighting_server.c:805
light_ctl_set()
srv
->
state
->
delta_uv
=
srv
->
state
->
target_delta_uv
;
lighting_server.c:828
light_ctl_set()
srv
->
state
->
target_delta_uv
!=
srv
->
state
->
delta_uv
)
{
lighting_server.c:1039
light_ctl_temp_set()
.
ctl_temp_set
.
delta_uv
=
srv
->
state
->
delta_uv
,
lighting_server.c:1044
light_ctl_temp_set()
srv
->
state
->
delta_uv
=
srv
->
state
->
target_delta_uv
;
lighting_server.c:1066
light_ctl_temp_set()
srv
->
state
->
delta_uv
=
value
->
light_ctl_temp_delta_uv
.
delta_uv
;
state_binding.c:219
bt_mesh_update_binding_state()
(
(
float
)
(
srv
->
state
->
delta_uv
-
srv
->
state
->
target_delta_uv
)
/
srv
->
transition
.
counter
)
;
state_transition.c:169
light_ctl_tt_values()
(
(
float
)
(
srv
->
state
->
delta_uv
-
srv
->
state
->
target_delta_uv
)
/
srv
->
transition
.
counter
)
;
state_transition.c:179
light_ctl_temp_tt_values()
change
.
ctl_set
.
delta_uv
=
srv
->
state
->
delta_uv
;
state_transition.c:580
light_ctl_work_handler()
srv
->
state
->
delta_uv
-=
srv
->
tt_delta_delta_uv
;
state_transition.c:596
light_ctl_work_handler()
srv
->
state
->
delta_uv
=
srv
->
state
->
target_delta_uv
;
state_transition.c:603
light_ctl_work_handler()
change
.
ctl_set
.
delta_uv
=
srv
->
state
->
delta_uv
;
state_transition.c:608
light_ctl_work_handler()
change
.
ctl_temp_set
.
delta_uv
=
srv
->
state
->
delta_uv
;
state_transition.c:639
light_ctl_temp_work_handler()
srv
->
state
->
delta_uv
-=
srv
->
tt_delta_delta_uv
;
state_transition.c:654
light_ctl_temp_work_handler()
srv
->
state
->
delta_uv
=
srv
->
state
->
target_delta_uv
;
state_transition.c:660
light_ctl_temp_work_handler()
change
.
ctl_temp_set
.
delta_uv
=
srv
->
state
->
delta_uv
;
state_transition.c:664
light_ctl_temp_work_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_ctl_state::delta_uv
is written by 5 functions and is read by 7 functions:
light_ctl_set()
light_ctl_temp_set()
bt_mesh_update_binding_state()
light_ctl_work_handler()
light_ctl_temp_work_handler()
All items filtered out
bt_mesh_light_ctl_state::delta_uv
send_light_ctl_status()
light_ctl_set()
light_ctl_temp_set()
light_ctl_tt_values()
light_ctl_temp_tt_values()
light_ctl_work_handler()
light_ctl_temp_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