ESP-IDF
transition_timer_stop()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
transition_timer_stop()
transition_timer_stop() function
Syntax
Show:
Summary
Declaration
from
state_transition.c:113
static
void
transition_timer_stop
(
struct
bt_mesh_state_transition
*
transition
)
;
Arguments
Argument
transition
Related Functions
Found 6 other functions taking a
bt_mesh_state_transition
argument:
Function
bt_mesh_server_stop_transition()
bt_mesh_server_calc_remain_time()
bt_mesh_server_start_transition()
transition_time_values()
transition_timer_start()
tt_values_calculator()
Examples
References
from
examples
Code
Location
Referrer
static
void
transition_timer_stop
(
struct
bt_mesh_state_transition
*
transition
)
state_transition.c:113
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:288
generic_onoff_work_handler()
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:353
generic_level_work_handler()
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:418
generic_power_level_work_handler()
transition_timer_stop
(
&
srv
->
actual_transition
)
;
state_transition.c:482
light_lightness_actual_work_handler()
transition_timer_stop
(
&
srv
->
linear_transition
)
;
state_transition.c:544
light_lightness_linear_work_handler()
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:600
light_ctl_work_handler()
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:658
light_ctl_temp_work_handler()
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:716
light_hsl_work_handler()
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:772
light_hsl_hue_work_handler()
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:824
light_hsl_sat_work_handler()
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:880
light_xyl_work_handler()
transition_timer_stop
(
&
srv
->
transition
)
;
state_transition.c:948
light_lc_work_handler()
Call Tree
from
examples
transition_timer_stop()
is called by 12 functions and calls 2 functions:
generic_onoff_work_handler()
generic_level_work_handler()
generic_power_level_work_handler()
light_lightness_actual_work_handler()
light_lightness_linear_work_handler()
light_ctl_work_handler()
light_ctl_temp_work_handler()
light_hsl_work_handler()
light_hsl_hue_work_handler()
light_hsl_sat_work_handler()
light_xyl_work_handler()
light_lc_work_handler()
All items filtered out
transition_timer_stop()
bt_mesh_atomic_clear_bit()
k_delayed_work_cancel()
All items filtered out
Data Use
from
examples
transition_timer_stop()
reads 2 variables:
::BLE_MESH_TRANS_TIMER_START
bt_mesh_state_transition::flag
All items filtered out
transition_timer_stop()
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