Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/logging/
Dlog_output_custom.h74 typedef int (*log_timestamp_format_func_t)(const struct log_output *output, typedef
95 void log_custom_timestamp_set(log_timestamp_format_func_t format);
/Zephyr-latest/subsys/logging/
Dlog_output_custom.c26 static log_timestamp_format_func_t log_timestamp_format_func;
40 void log_custom_timestamp_set(log_timestamp_format_func_t format) in log_custom_timestamp_set()