Lines Matching full:timestamp
42 * @brief Prototype of a printer function that can print the given timestamp
59 * to a timestamp when LOG_OUTPUT_FORMAT_CUSTOM_TIMESTAMP
64 * const log_timestamp_t timestamp,
66 * return printer(output, "%d ", timestamp);
71 * @param timestamp
72 * @param printer The printing function to use when formatting the timestamp.
75 const log_timestamp_t timestamp,
78 /** @brief Format the timestamp with a external function.
84 * @param timestamp
85 * @param printer The printing function to use when formatting the timestamp.
87 int log_custom_timestamp_print(const struct log_output *output, const log_timestamp_t timestamp,
90 /** @brief Set the timestamp formatting function that will be applied