ESP-IDF
bt_mesh_light_ctl_state::temperature
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_ctl_state::temperature
bt_mesh_light_ctl_state::temperature field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:54
uint16_t
temperature
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
temperature
;
lighting_server.h:54
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
temperature
)
;
lighting_server.c:556
send_light_ctl_status()
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
temperature
)
;
lighting_server.c:594
send_light_ctl_status()
srv
->
state
->
target_temperature
!=
srv
->
state
->
temperature
||
lighting_server.c:798
light_ctl_set()
.
ctl_set
.
temperature
=
srv
->
state
->
temperature
,
lighting_server.c:804
light_ctl_set()
srv
->
state
->
temperature
=
srv
->
state
->
target_temperature
;
lighting_server.c:827
light_ctl_set()
if
(
srv
->
state
->
target_temperature
!=
srv
->
state
->
temperature
||
lighting_server.c:1038
light_ctl_temp_set()
.
ctl_temp_set
.
temperature
=
srv
->
state
->
temperature
,
lighting_server.c:1043
light_ctl_temp_set()
srv
->
state
->
temperature
=
srv
->
state
->
target_temperature
;
lighting_server.c:1065
light_ctl_temp_set()
srv
->
state
->
temperature
=
value
->
light_ctl_temp_delta_uv
.
temperature
;
state_binding.c:218
bt_mesh_update_binding_state()
(
(
float
)
(
srv
->
state
->
temperature
-
srv
->
state
->
target_temperature
)
/
srv
->
transition
.
counter
)
;
state_transition.c:167
light_ctl_tt_values()
(
(
float
)
(
srv
->
state
->
temperature
-
srv
->
state
->
target_temperature
)
/
srv
->
transition
.
counter
)
;
state_transition.c:177
light_ctl_temp_tt_values()
change
.
ctl_set
.
temperature
=
srv
->
state
->
temperature
;
state_transition.c:579
light_ctl_work_handler()
srv
->
state
->
temperature
-=
srv
->
tt_delta_temperature
;
state_transition.c:595
light_ctl_work_handler()
srv
->
state
->
temperature
=
srv
->
state
->
target_temperature
;
state_transition.c:602
light_ctl_work_handler()
change
.
ctl_set
.
temperature
=
srv
->
state
->
temperature
;
state_transition.c:607
light_ctl_work_handler()
change
.
ctl_temp_set
.
temperature
=
srv
->
state
->
temperature
;
state_transition.c:638
light_ctl_temp_work_handler()
srv
->
state
->
temperature
-=
srv
->
tt_delta_temperature
;
state_transition.c:653
light_ctl_temp_work_handler()
srv
->
state
->
temperature
=
srv
->
state
->
target_temperature
;
state_transition.c:659
light_ctl_temp_work_handler()
change
.
ctl_temp_set
.
temperature
=
srv
->
state
->
temperature
;
state_transition.c:663
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::temperature
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::temperature
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