ESP-IDF
g_startup_fn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_fn
g_startup_fn variable
Syntax
Show:
Summary
Declaration
Definition
from
startup_internal.h:30
extern
sys_startup_fn_t
const
g_startup_fn
[
SOC_CPU_CORES_NUM
]
;
Implemented in
startup.c:48
Examples
References
from
examples
Code
Location
Referrer
const
sys_startup_fn_t
g_startup_fn
[
SOC_CPU_CORES_NUM
]
=
{
[
0
]
=
start_cpu0
,
startup.c:48
const
sys_startup_fn_t
g_startup_fn
[
1
]
=
{
start_cpu0
}
;
startup.c:56
extern
sys_startup_fn_t
const
g_startup_fn
[
SOC_CPU_CORES_NUM
]
;
startup_internal.h:30
extern
sys_startup_fn_t
const
g_startup_fn
[
1
]
;
startup_internal.h:32
SYS_STARTUP_FN
(
)
;
cpu_start.c:268
call_start_cpu1()
SYS_STARTUP_FN
(
)
;
cpu_start.c:844
call_start_cpu0()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
g_startup_fn
is read by 2 functions:
All items filtered out
g_startup_fn
call_start_cpu1()
call_start_cpu0()
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