ESP-IDF
esp_isr_names
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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_isr_names
esp_isr_names variable
Syntax
Show:
Summary
Declaration
Definition
from
interrupts.h:91
extern
const
char
*
const
esp_isr_names
[
ETS_MAX_INTR_SOURCE
]
;
Implemented in
interrupts.c:9
Examples
References
from
examples
Code
Location
Referrer
const
char
*
const
esp_isr_names
[
ETS_MAX_INTR_SOURCE
]
=
{
interrupts.c:9
extern
const
char
*
const
esp_isr_names
[
ETS_MAX_INTR_SOURCE
]
;
interrupts.h:91
size_t
isr_count
=
sizeof
(
esp_isr_names
)
/
sizeof
(
esp_isr_names
[
0
]
)
;
SEGGER_SYSVIEW_Config_FreeRTOS.c:164
_cbSendSystemDesc()
if
(
esp_isr_names
[
i
]
==
NULL
||
(
ETS_INTERNAL_INTR_SOURCE_OFF
+
i
)
==
SYSTICK_INTR_ID
)
SEGGER_SYSVIEW_Config_FreeRTOS.c:166
_cbSendSystemDesc()
strncat
(
irq_str
,
esp_isr_names
[
i
]
,
sizeof
(
irq_str
)
-
strlen
(
irq_str
)
-
1
)
;
SEGGER_SYSVIEW_Config_FreeRTOS.c:169
_cbSendSystemDesc()
ESP_LOGE
(
TAG
,
"No free interrupt inputs for %s interrupt (flags 0x%X)"
,
esp_isr_names
[
source
]
,
flags
)
;
intr_alloc.c:577
esp_intr_alloc_intrstatus()
fprintf
(
stream
,
"Used: %s"
,
esp_isr_names
[
vd
->
source
]
)
;
intr_alloc.c:1039
esp_intr_dump()
fprintf
(
stream
,
"%s "
,
esp_isr_names
[
svd
->
source
]
)
;
intr_alloc.c:1043
esp_intr_dump()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_isr_names
is read by 3 functions:
All items filtered out
esp_isr_names
esp_intr_alloc_intrstatus()
esp_intr_dump()
_cbSendSystemDesc()
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