Searched refs:timestamp_get (Results 1 – 5 of 5) sorted by relevance
43 static uint32_t timestamp_get(void) in timestamp_get() function194 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()
44 static log_timestamp_t timestamp_get(void) in timestamp_get() function57 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()
13 static log_timestamp_t timestamp_get(void) in timestamp_get() function25 log_set_timestamp_func(timestamp_get, 0); in z_impl_test_helpers_log_setup()
141 static uint32_t timestamp_get(void) in timestamp_get() function345 zassert_equal(0, log_set_timestamp_func(timestamp_get, TIMESTAMP_FREC), in ZTEST()
56 static log_timestamp_t timestamp_get(void) in timestamp_get() function90 zassert_equal(0, log_set_timestamp_func(timestamp_get, 0), in log_setup()