Home
last modified time | relevance | path

Searched refs:timestamp_get (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/samples/subsys/logging/logger/src/
Dmain.c43 static uint32_t timestamp_get(void) in timestamp_get() function
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()
205 current_timestamp = timestamp_get(); in performance_showcase()
297 (void)log_set_timestamp_func(timestamp_get, timestamp_freq()); in log_demo_supervisor()
/Zephyr-Core-3.5.0/tests/subsys/logging/log_link_order/src/
Dmain.c44 static log_timestamp_t timestamp_get(void) in timestamp_get() function
57 err = log_set_timestamp_func(timestamp_get, 0); in log_setup()
109 log2.hdr.timestamp = timestamp_get(); in ZTEST()
126 log_timestamp_t t = timestamp_get(); in ZTEST()
159 log_timestamp_t t = timestamp_get(); in ZTEST()
182 log2.hdr.timestamp = timestamp_get(); in ZTEST()
/Zephyr-Core-3.5.0/tests/subsys/logging/log_benchmark/src/
Dtest_helpers.c13 static log_timestamp_t timestamp_get(void) in timestamp_get() function
25 log_set_timestamp_func(timestamp_get, 0); in z_impl_test_helpers_log_setup()
/Zephyr-Core-3.5.0/tests/subsys/logging/log_core_additional/src/
Dlog_test.c141 static uint32_t timestamp_get(void) in timestamp_get() function
345 zassert_equal(0, log_set_timestamp_func(timestamp_get, TIMESTAMP_FREC), in ZTEST()
/Zephyr-Core-3.5.0/tests/subsys/logging/log_api/src/
Dmain.c56 static log_timestamp_t timestamp_get(void) in timestamp_get() function
90 zassert_equal(0, log_set_timestamp_func(timestamp_get, 0), in log_setup()