ESP-IDF
light_ctl_tt_values()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
light_ctl_tt_values()
light_ctl_tt_values() function
Syntax
Show:
Summary
Declaration
Definition
from
state_transition.h:41
void
light_ctl_tt_values
(
struct
bt_mesh_light_ctl_srv
*
srv
,
uint8_t
trans_time
,
uint8_t
delay
)
;
Implemented in
state_transition.c:160
Arguments
Argument
srv
trans_time
delay
Examples
References
from
examples
Code
Location
Referrer
void
light_ctl_tt_values
(
struct
bt_mesh_light_ctl_srv
*
srv
,
state_transition.c:160
void
light_ctl_tt_values
(
struct
bt_mesh_light_ctl_srv
*
srv
,
state_transition.h:41
light_ctl_tt_values
(
srv
,
trans_time
,
delay
)
;
lighting_server.c:800
light_ctl_set()
Call Tree
from
examples
light_ctl_tt_values()
is called by 1 function and calls 1 function:
light_ctl_set()
All items filtered out
light_ctl_tt_values()
transition_time_values()
All items filtered out
Data Use
from
examples
light_ctl_tt_values()
reads 9 variables and writes 3 variables:
bt_mesh_state_transition::counter
bt_mesh_light_ctl_state::lightness
bt_mesh_light_ctl_state::target_lightness
bt_mesh_light_ctl_state::temperature
bt_mesh_light_ctl_state::target_temperature
bt_mesh_light_ctl_state::delta_uv
bt_mesh_light_ctl_state::target_delta_uv
bt_mesh_light_ctl_srv::state
bt_mesh_light_ctl_srv::transition
All items filtered out
light_ctl_tt_values()
bt_mesh_light_ctl_srv::tt_delta_lightness
bt_mesh_light_ctl_srv::tt_delta_temperature
bt_mesh_light_ctl_srv::tt_delta_delta_uv
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