ESP-IDF
s_cpu_up
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_cpu_up
s_cpu_up variable
Syntax
Show:
Summary
Declaration
from
cpu_start.c:164
static
volatile
bool
s_cpu_up
[
SOC_CPU_CORES_NUM
]
=
{
false
}
;
Examples
References
from
examples
Code
Location
Referrer
static
volatile
bool
s_cpu_up
[
SOC_CPU_CORES_NUM
]
=
{
false
}
;
cpu_start.c:164
s_cpu_up
[
1
]
=
true
;
cpu_start.c:245
call_start_cpu1()
cpus_up
&=
s_cpu_up
[
i
]
;
cpu_start.c:327
start_other_core()
s_cpu_up
[
0
]
=
true
;
cpu_start.c:619
call_start_cpu0()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_cpu_up
is read by 3 functions:
All items filtered out
s_cpu_up
call_start_cpu1()
start_other_core()
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