ESP-IDF
esp_cpu_stall()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_cpu_stall()
esp_cpu_stall() function
Stall a CPU core
Syntax
Show:
Summary
Declaration
Definition
from
esp_cpu.h:86
void
esp_cpu_stall
(
int
core_id
)
;
Implemented in
cpu.c:30
Arguments
Argument
Description
core_id
The core's ID
Examples
References
from
examples
Code
Location
Referrer
void
esp_cpu_stall
(
int
core_id
)
cpu.c:30
void
esp_cpu_stall
(
int
core_id
)
;
esp_cpu.h:86
esp_cpu_stall
(
other_core_id
)
;
brownout.c:50
rtc_brownout_isr_handler()
esp_cpu_stall
(
i
)
;
panic_handler.c:188
panic_handler()
esp_cpu_stall
(
core
)
;
soc_ll.h:22
soc_ll_stall_core()
esp_cpu_stall
(
other_core_id
)
;
system_internal.c:83
esp_restart_noos()
Call Tree
from
examples
esp_cpu_stall()
is called by 4 functions and calls 2 functions:
panic_handler()
soc_ll_stall_core()
rtc_brownout_isr_handler()
esp_restart_noos()
All items filtered out
esp_cpu_stall()
__assert_func()
cpu_utility_ll_stall_cpu()
All items filtered out
Data Use
from
examples
esp_cpu_stall()
:
All items filtered out
esp_cpu_stall()
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