ESP-IDF
get_desc_for_int()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_desc_for_int()
get_desc_for_int() function
Syntax
Show:
Summary
Declaration
from
intr_alloc.c:161
static
vector_desc_t
*
get_desc_for_int
(
int
intno
,
int
cpu
)
;
Arguments
Argument
intno
cpu
Examples
References
from
examples
Code
Location
Referrer
static
vector_desc_t
*
get_desc_for_int
(
int
intno
,
int
cpu
)
intr_alloc.c:161
vector_desc_t
*
vd
=
get_desc_for_int
(
intno
,
cpu
)
;
intr_alloc.c:219
esp_intr_mark_shared()
vector_desc_t
*
vd
=
get_desc_for_int
(
intno
,
cpu
)
;
intr_alloc.c:243
esp_intr_reserve()
vector_desc_t
*
vd
=
get_desc_for_int
(
intr
,
cpu
)
;
intr_alloc.c:581
esp_intr_alloc_intrstatus()
Call Tree
from
examples
get_desc_for_int()
is called by 3 functions and calls 3 functions:
esp_intr_mark_shared()
esp_intr_reserve()
esp_intr_alloc_intrstatus()
All items filtered out
get_desc_for_int()
heap_caps_malloc()
insert_vector_desc()
find_desc_for_int()
All items filtered out
Data Use
from
examples
get_desc_for_int()
writes 2 variables:
All items filtered out
get_desc_for_int()
vector_desc_t::cpu
vector_desc_t::intno
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