ESP-IDF
esp_crosscore_isr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_crosscore_isr()
esp_crosscore_isr() function
Syntax
Show:
Summary
Declaration
from
crosscore_int.c:41
static
void
IRAM_ATTR
esp_crosscore_isr
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
IRAM_ATTR
esp_crosscore_isr
(
void
*
arg
)
crosscore_int.c:41
err
=
esp_intr_alloc
(
ETS_FROM_CPU_INTR0_SOURCE
,
ESP_INTR_FLAG_IRAM
,
esp_crosscore_isr
,
(
void
*
)
&
reason
[
0
]
,
NULL
)
;
crosscore_int.c:97
esp_crosscore_int_init()
err
=
esp_intr_alloc
(
ETS_FROM_CPU_INTR1_SOURCE
,
ESP_INTR_FLAG_IRAM
,
esp_crosscore_isr
,
(
void
*
)
&
reason
[
1
]
,
NULL
)
;
crosscore_int.c:99
esp_crosscore_int_init()
err
=
esp_intr_alloc
(
ETS_FROM_CPU_INTR0_SOURCE
,
ESP_INTR_FLAG_IRAM
,
esp_crosscore_isr
,
(
void
*
)
&
reason
[
0
]
,
NULL
)
;
crosscore_int.c:102
esp_crosscore_int_init()
Call Tree
from
examples
esp_crosscore_isr()
calls 8 functions:
All items filtered out
esp_crosscore_isr()
esp_cpu_get_core_id()
vPortEnterCritical()
vPortExitCritical()
crosscore_int_ll_clear_interrupt()
esp_crosscore_isr_handle_yield()
esp_backtrace_print()
task_wdt_timeout_abort()
update_breakpoints()
All items filtered out
Data Use
from
examples
esp_crosscore_isr()
writes 1 variable:
All items filtered out
esp_crosscore_isr()
esp_crosscore_int_init()
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