ESP-IDF
g_startup_time
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
g_startup_time
g_startup_time variable
Syntax
Show:
Summary
Declaration
Definition
from
startup_internal.h:90
extern
uint64_t
g_startup_time
;
Implemented in
startup.c:31
Examples
References
from
examples
Code
Location
Referrer
uint64_t
g_startup_time
=
0
;
startup.c:31
extern
uint64_t
g_startup_time
;
// Startup time that serves as the point of origin for system time. Should be set by the entry
startup_internal.h:90
g_startup_time
=
esp_rtc_get_time_us
(
)
;
cpu_start.c:723
call_start_cpu0()
t
=
(
esp_rtc_get_time_us
(
)
-
g_startup_time
)
;
system_time.c:46
esp_system_get_time()
s_correction_us
=
esp_rtc_get_time_us
(
)
-
g_startup_time
-
esp_timer_impl_get_time
(
)
;
system_time.c:51
esp_timer_impl_init_system_time()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_startup_time
is written by 1 function and is read by 2 functions:
call_start_cpu0()
All items filtered out
g_startup_time
esp_system_get_time()
esp_timer_impl_init_system_time()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out