ESP-IDF
bt_mesh_light_hsl_state::target_saturation
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_saturation
bt_mesh_light_hsl_state::target_saturation field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:104
uint16_t
target_saturation
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
target_saturation
;
lighting_server.h:104
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
target_saturation
)
;
lighting_server.c:1123
send_light_hsl_status()
net_buf_simple_add_le16
(
msg
,
srv
->
state
->
target_saturation
)
;
lighting_server.c:1176
send_light_hsl_status()
srv
->
state
->
target_saturation
=
saturation
;
lighting_server.c:1390
light_hsl_set()
srv
->
state
->
target_saturation
!=
srv
->
state
->
saturation
)
{
lighting_server.c:1398
light_hsl_set()
srv
->
state
->
saturation
=
srv
->
state
->
target_saturation
;
lighting_server.c:1427
light_hsl_set()
srv
->
state
->
target_saturation
=
saturation
;
lighting_server.c:1717
light_hsl_sat_set()
if
(
srv
->
state
->
target_saturation
!=
srv
->
state
->
saturation
)
{
lighting_server.c:1723
light_hsl_sat_set()
srv
->
state
->
saturation
=
srv
->
state
->
target_saturation
;
lighting_server.c:1748
light_hsl_sat_set()
(
(
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()
srv
->
state
->
saturation
=
srv
->
state
->
target_saturation
;
state_transition.c:719
light_hsl_work_handler()
srv
->
state
->
saturation
=
srv
->
state
->
target_saturation
;
state_transition.c:825
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::target_saturation
is written by 2 functions and is read by 7 functions:
light_hsl_set()
light_hsl_sat_set()
All items filtered out
bt_mesh_light_hsl_state::target_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