ESP-IDF
s_stall_state
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
s_stall_state
s_stall_state variable
Syntax
Show:
Summary
Declaration
from
esp_ipc_isr.c:32
static
stall_state_t
volatile
s_stall_state
=
STALL_STATE_IDLE
;
Examples
References
from
examples
Code
Location
Referrer
static
stall_state_t
volatile
s_stall_state
=
STALL_STATE_IDLE
;
esp_ipc_isr.c:32
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_IDLE
;
esp_ipc_isr.c:156
esp_ipc_isr_stall_pause()
s_stall_state
=
STALL_STATE_IDLE
;
esp_ipc_isr.c:163
esp_ipc_isr_stall_abort()
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
s_stall_state
is written by 4 functions and is read by 2 functions:
esp_ipc_isr_init()
esp_ipc_isr_stall_pause()
esp_ipc_isr_stall_abort()
esp_ipc_isr_stall_resume()
All items filtered out
s_stall_state
esp_ipc_isr_stall_other_cpu()
esp_ipc_isr_release_other_cpu()
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