ESP-IDF
ESP_CPU_INTR_DESC_FLAG_SPECIAL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_CPU_INTR_DESC_FLAG_SPECIAL
ESP_CPU_INTR_DESC_FLAG_SPECIAL macro
Interrupt descriptor flags of esp_cpu_intr_desc_t The interrupt is a special interrupt (e.g., a CPU timer interrupt)
Syntax
Show:
Summary
Declaration
from
esp_cpu.h:60
#define
ESP_CPU_INTR_DESC_FLAG_SPECIAL
0x01
Examples
References
from
examples
Code
Location
#define
ESP_CPU_INTR_DESC_FLAG_SPECIAL
0x01
/**< The interrupt is a special interrupt (e.g., a CPU timer interrupt) */
esp_cpu.h:60
#define
STATE_INTERRUPT_7
ESP_CPU_INTR_DESC_FLAG_SPECIAL
esp_cpu_intr.c:43
#define
CORE_1_INTERRUPT_7
ESP_CPU_INTR_DESC_FLAG_SPECIAL
esp_cpu_intr.c:65
#define
CORE_0_INTERRUPT_7
ESP_CPU_INTR_DESC_FLAG_SPECIAL
esp_cpu_intr.c:94
#define
CORE_1_INTERRUPT_7
ESP_CPU_INTR_DESC_FLAG_SPECIAL
esp_cpu_intr.c:95
[
11
]
=
{
3
,
ESP_CPU_INTR_TYPE_NA
,
{
ESP_CPU_INTR_DESC_FLAG_SPECIAL
,
ESP_CPU_INTR_DESC_FLAG_SPECIAL
}
}
,
esp_cpu_intr.c:167
[
15
]
=
{
3
,
ESP_CPU_INTR_TYPE_NA
,
{
ESP_CPU_INTR_DESC_FLAG_SPECIAL
,
ESP_CPU_INTR_DESC_FLAG_SPECIAL
}
}
,
esp_cpu_intr.c:174
[
16
]
=
{
5
,
ESP_CPU_INTR_TYPE_NA
,
{
ESP_CPU_INTR_DESC_FLAG_SPECIAL
,
ESP_CPU_INTR_DESC_FLAG_SPECIAL
}
}
,
esp_cpu_intr.c:176
[
29
]
=
{
3
,
ESP_CPU_INTR_TYPE_NA
,
{
ESP_CPU_INTR_DESC_FLAG_SPECIAL
,
ESP_CPU_INTR_DESC_FLAG_SPECIAL
}
}
,
esp_cpu_intr.c:194
if
(
intr_desc
.
flags
&
ESP_CPU_INTR_DESC_FLAG_SPECIAL
&&
force
==
-
1
)
{
intr_alloc.c:265
}
else
if
(
intr_desc
.
flags
&
ESP_CPU_INTR_DESC_FLAG_SPECIAL
)
{
intr_alloc.c:1026
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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