ESP-IDF
ETS_FROM_CPU_INTR0_SOURCE
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
ETS_FROM_CPU_INTR0_SOURCE
ETS_FROM_CPU_INTR0_SOURCE value
interrupt0 generated from a CPU, level
Syntax
Show:
Summary
Declaration
from
interrupts.h:42
ETS_FROM_CPU_INTR0_SOURCE
;
Examples
References
from
examples
Code
Location
Referrer
ETS_FROM_CPU_INTR0_SOURCE
,
/**< interrupt0 generated from a CPU, level*/
/* Used for FreeRTOS */
interrupts.h:42
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_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
All items filtered out
All items filtered out
Data Use
from
examples
ETS_FROM_CPU_INTR0_SOURCE
is read by 1 function:
All items filtered out
ETS_FROM_CPU_INTR0_SOURCE
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