Home
last modified time | relevance | path

Searched refs:timestamp_freq (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/subsys/logging/logger/src/
Dmain.c48 static uint32_t timestamp_freq(void) in timestamp_freq() function
229 per_sec = (cnt * timestamp_freq()) / window; in performance_showcase()
297 (void)log_set_timestamp_func(timestamp_get, timestamp_freq()); in log_demo_supervisor()
/Zephyr-latest/subsys/logging/
Dlog_core.c112 static uint32_t timestamp_freq; variable
412 timestamp_freq = freq; in log_set_timestamp_func()
750 if (timestamp_freq == sys_clock_hw_cycles_per_sec()) { in z_log_msg_claim_oldest()
754 timestamp_freq); in z_log_msg_claim_oldest()