Function esp_idf_hal::sys::esp_log_early_timestamp

source ยท
pub unsafe extern "C" fn esp_log_early_timestamp() -> u32
Expand description

@brief Function which returns timestamp to be used in log output

This function uses HW cycle counter and does not depend on OS, so it can be safely used after application crash.

@return timestamp, in milliseconds