Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/logging/
Dlog_output_custom.h87 int log_custom_timestamp_print(const struct log_output *output, const log_timestamp_t timestamp,
/Zephyr-latest/subsys/logging/
Dlog_output_custom.c28 int log_custom_timestamp_print(const struct log_output *output, const log_timestamp_t timestamp, in log_custom_timestamp_print() function
Dlog_output.c199 length = log_custom_timestamp_print(output, timestamp, print_formatted); in timestamp_print()