Home
last modified time | relevance | path

Searched refs:esp_log_early_timestamp (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/log/
Dlog_freertos.c65 uint32_t timestamp = esp_log_early_timestamp(); in esp_log_system_timestamp()
102 return esp_log_early_timestamp(); in esp_log_timestamp()
106 base = esp_log_early_timestamp(); in esp_log_timestamp()
113 uint32_t esp_log_early_timestamp(void) in esp_log_early_timestamp() function
Dlog_noos.c33 uint32_t esp_log_early_timestamp(void) in esp_log_early_timestamp() function
Dlinker.lf6 log_freertos:esp_log_early_timestamp (noflash)
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_common.c42 uint32_t tm_start = esp_log_early_timestamp(); in bootloader_common_check_long_hold_gpio_level()
50 } while (delay_sec > ((esp_log_early_timestamp() - tm_start) / 1000L)); in bootloader_common_check_long_hold_gpio_level()
/hal_espressif-latest/components/log/include/
Desp_log.h126 uint32_t esp_log_early_timestamp(void);