ESP-IDF
bt_mesh_light_ctl_state::target_temperature
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::target_temperature
bt_mesh_light_ctl_state::target_temperature field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:55
uint16_t
target_temperature
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
target_temperature
;
lighting_server.h:55
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
target_temperature
)
;
lighting_server.c:560
send_light_ctl_status()
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
target_temperature
)
;
lighting_server.c:598
send_light_ctl_status()
srv
->
state
->
target_temperature
=
temperature
;
lighting_server.c:794
light_ctl_set()
srv
->
state
->
target_temperature
!=
srv
->
state
->
temperature
||
lighting_server.c:798
light_ctl_set()
srv
->
state
->
temperature
=
srv
->
state
->
target_temperature
;
lighting_server.c:827
light_ctl_set()
srv
->
state
->
target_temperature
=
temperature
;
lighting_server.c:1035
light_ctl_temp_set()
if
(
srv
->
state
->
target_temperature
!=
srv
->
state
->
temperature
||
lighting_server.c:1038
light_ctl_temp_set()
srv
->
state
->
temperature
=
srv
->
state
->
target_temperature
;
lighting_server.c:1065
light_ctl_temp_set()
(
(
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()
srv
->
state
->
temperature
=
srv
->
state
->
target_temperature
;
state_transition.c:602
light_ctl_work_handler()
srv
->
state
->
temperature
=
srv
->
state
->
target_temperature
;
state_transition.c:659
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::target_temperature
is written by 2 functions and is read by 7 functions:
light_ctl_set()
light_ctl_temp_set()
All items filtered out
bt_mesh_light_ctl_state::target_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