ESP-IDF
bt_mesh_light_hsl_state::target_hue
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_hsl_state::target_hue
bt_mesh_light_hsl_state::target_hue field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:101
uint16_t
target_hue
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
target_hue
;
lighting_server.h:101
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
target_hue
)
;
lighting_server.c:1122
send_light_hsl_status()
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
target_hue
)
;
lighting_server.c:1166
send_light_hsl_status()
srv
->
state
->
target_hue
=
hue
;
lighting_server.c:1384
light_hsl_set()
srv
->
state
->
target_hue
!=
srv
->
state
->
hue
||
lighting_server.c:1397
light_hsl_set()
srv
->
state
->
hue
=
srv
->
state
->
target_hue
;
lighting_server.c:1426
light_hsl_set()
srv
->
state
->
target_hue
=
hue
;
lighting_server.c:1617
light_hsl_hue_set()
if
(
srv
->
state
->
target_hue
!=
srv
->
state
->
hue
)
{
lighting_server.c:1623
light_hsl_hue_set()
srv
->
state
->
hue
=
srv
->
state
->
target_hue
;
lighting_server.c:1648
light_hsl_hue_set()
(
(
float
)
(
srv
->
state
->
hue
-
srv
->
state
->
target_hue
)
/
srv
->
transition
.
counter
)
;
state_transition.c:189
light_hsl_tt_values()
(
(
float
)
(
srv
->
state
->
hue
-
srv
->
state
->
target_hue
)
/
srv
->
transition
.
counter
)
;
state_transition.c:199
light_hsl_hue_tt_values()
srv
->
state
->
hue
=
srv
->
state
->
target_hue
;
state_transition.c:718
light_hsl_work_handler()
srv
->
state
->
hue
=
srv
->
state
->
target_hue
;
state_transition.c:773
light_hsl_hue_work_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_hsl_state::target_hue
is written by 2 functions and is read by 7 functions:
light_hsl_set()
light_hsl_hue_set()
All items filtered out
bt_mesh_light_hsl_state::target_hue
send_light_hsl_status()
light_hsl_set()
light_hsl_hue_set()
light_hsl_tt_values()
light_hsl_hue_tt_values()
light_hsl_work_handler()
light_hsl_hue_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