Home
last modified time | relevance | path

Searched refs:start_timestamp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/subsys/logging/logger/src/
Dmain.c181 volatile uint32_t start_timestamp; in performance_showcase() local
194 start_timestamp = timestamp_get(); in performance_showcase()
196 while (start_timestamp == timestamp_get()) { in performance_showcase()
200 start_timestamp = timestamp_get(); in performance_showcase()
207 } while (current_timestamp < (start_timestamp + window)); in performance_showcase()
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dtransition.c34 (now - transition->start_timestamp); in calculate_rt()
162 ctl->transition->start_timestamp = k_uptime_get(); in onoff_work_handler()
219 ctl->transition->start_timestamp = k_uptime_get(); in level_lightness_work_handler()
281 ctl->transition->start_timestamp = k_uptime_get(); in level_temp_work_handler()
312 ctl->transition->start_timestamp = k_uptime_get(); in light_lightness_actual_work_handler()
338 ctl->transition->start_timestamp = k_uptime_get(); in light_lightness_linear_work_handler()
364 ctl->transition->start_timestamp = k_uptime_get(); in light_ctl_work_handler()
397 ctl->transition->start_timestamp = k_uptime_get(); in light_ctl_temp_work_handler()
Dtransition.h30 int64_t start_timestamp; member