ESP-IDF
bt_mesh_light_hsl_state::saturation
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_hsl_state::saturation
bt_mesh_light_hsl_state::saturation field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:103
uint16_t
saturation
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
saturation
;
lighting_server.h:103
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
saturation
)
;
lighting_server.c:1115
send_light_hsl_status()
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
saturation
)
;
lighting_server.c:1173
send_light_hsl_status()
srv
->
state
->
target_saturation
!=
srv
->
state
->
saturation
)
{
lighting_server.c:1398
light_hsl_set()
.
hsl_set
.
saturation
=
srv
->
state
->
saturation
,
lighting_server.c:1404
light_hsl_set()
srv
->
state
->
saturation
=
srv
->
state
->
target_saturation
;
lighting_server.c:1427
light_hsl_set()
if
(
srv
->
state
->
target_saturation
!=
srv
->
state
->
saturation
)
{
lighting_server.c:1723
light_hsl_sat_set()
.
hsl_saturation_set
.
saturation
=
srv
->
state
->
saturation
,
lighting_server.c:1727
light_hsl_sat_set()
srv
->
state
->
saturation
=
srv
->
state
->
target_saturation
;
lighting_server.c:1748
light_hsl_sat_set()
srv
->
state
->
saturation
=
value
->
light_hsl
.
saturation
;
state_binding.c:238
bt_mesh_update_binding_state()
srv
->
state
->
saturation
=
value
->
light_hsl_saturation
.
saturation
;
state_binding.c:289
bt_mesh_update_binding_state()
(
(
float
)
(
srv
->
state
->
saturation
-
srv
->
state
->
target_saturation
)
/
srv
->
transition
.
counter
)
;
state_transition.c:191
light_hsl_tt_values()
(
(
float
)
(
srv
->
state
->
saturation
-
srv
->
state
->
target_saturation
)
/
srv
->
transition
.
counter
)
;
state_transition.c:207
light_hsl_sat_tt_values()
change
.
hsl_set
.
saturation
=
srv
->
state
->
saturation
;
state_transition.c:696
light_hsl_work_handler()
srv
->
state
->
saturation
-=
srv
->
tt_delta_saturation
;
state_transition.c:712
light_hsl_work_handler()
srv
->
state
->
saturation
=
srv
->
state
->
target_saturation
;
state_transition.c:719
light_hsl_work_handler()
change
.
hsl_set
.
saturation
=
srv
->
state
->
saturation
;
state_transition.c:724
light_hsl_work_handler()
change
.
hsl_saturation_set
.
saturation
=
srv
->
state
->
saturation
;
state_transition.c:806
light_hsl_sat_work_handler()
srv
->
state
->
saturation
-=
srv
->
tt_delta_saturation
;
state_transition.c:820
light_hsl_sat_work_handler()
srv
->
state
->
saturation
=
srv
->
state
->
target_saturation
;
state_transition.c:825
light_hsl_sat_work_handler()
change
.
hsl_saturation_set
.
saturation
=
srv
->
state
->
saturation
;
state_transition.c:828
light_hsl_sat_work_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_hsl_state::saturation
is written by 5 functions and is read by 7 functions:
light_hsl_set()
light_hsl_sat_set()
bt_mesh_update_binding_state()
light_hsl_work_handler()
light_hsl_sat_work_handler()
All items filtered out
bt_mesh_light_hsl_state::saturation
send_light_hsl_status()
light_hsl_set()
light_hsl_sat_set()
light_hsl_tt_values()
light_hsl_sat_tt_values()
light_hsl_work_handler()
light_hsl_sat_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