ESP-IDF
STALL_STATE_RUNNING
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
STALL_STATE_RUNNING
STALL_STATE_RUNNING value
Syntax
Show:
Summary
Declaration
from
esp_ipc_isr.c:29
STALL_STATE_RUNNING
=
1
;
Examples
References
from
examples
Code
Location
Referrer
STALL_STATE_RUNNING
=
1
,
esp_ipc_isr.c:29
s_stall_state
=
STALL_STATE_RUNNING
;
esp_ipc_isr.c:58
esp_ipc_isr_init()
if
(
s_stall_state
==
STALL_STATE_RUNNING
)
{
esp_ipc_isr.c:102
esp_ipc_isr_stall_other_cpu()
if
(
s_stall_state
==
STALL_STATE_RUNNING
)
{
esp_ipc_isr.c:128
esp_ipc_isr_release_other_cpu()
s_stall_state
=
STALL_STATE_RUNNING
;
esp_ipc_isr.c:169
esp_ipc_isr_stall_resume()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
STALL_STATE_RUNNING
is read by 4 functions:
All items filtered out
STALL_STATE_RUNNING
esp_ipc_isr_init()
esp_ipc_isr_stall_other_cpu()
esp_ipc_isr_release_other_cpu()
esp_ipc_isr_stall_resume()
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