ESP-IDF
vector_desc_t::intno
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
vector_desc_t::intno
vector_desc_t::intno field
Syntax
Show:
Summary
Declaration
from
intr_alloc.c:89
unsigned
int
intno
:
5
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
intno
:
5
;
intr_alloc.c:89
if
(
vd
->
cpu
==
to_insert
->
cpu
&&
vd
->
intno
>=
to_insert
->
intno
)
break
;
intr_alloc.c:131
insert_vector_desc()
if
(
vd
->
cpu
==
cpu
&&
vd
->
intno
==
intno
)
{
intr_alloc.c:150
find_desc_for_int()
newvd
->
intno
=
intno
;
intr_alloc.c:170
get_desc_for_int()
int
x
=
vd
->
intno
;
intr_alloc.c:257
is_vect_desc_usable()
if
(
force
!=
-
1
&&
force
!=
vd
->
intno
)
{
intr_alloc.c:355
get_available_int()
best
=
vd
->
intno
;
intr_alloc.c:360
get_available_int()
empty_vect_desc
.
intno
=
force
;
intr_alloc.c:370
get_available_int()
best
=
vd
->
intno
;
intr_alloc.c:374
get_available_int()
empty_vect_desc
.
intno
=
x
;
intr_alloc.c:387
get_available_int()
uint32_t
mask
=
(
1
<
<
vd
->
intno
)
;
intr_alloc.c:710
esp_intr_set_in_iram()
void
*
isr_arg
=
esp_cpu_intr_get_handler_arg
(
handle
->
vector_desc
->
intno
)
;
intr_alloc.c:797
intr_free_for_current_cpu()
esp_cpu_intr_set_handler
(
handle
->
vector_desc
->
intno
,
NULL
,
(
void
*
)
(
(
int
)
handle
->
vector_desc
->
intno
)
)
;
intr_alloc.c:804
intr_free_for_current_cpu()
non_iram_int_mask
[
handle
->
vector_desc
->
cpu
]
&=
~
(
1
<
<
(
handle
->
vector_desc
->
intno
)
)
;
intr_alloc.c:816
intr_free_for_current_cpu()
return
handle
->
vector_desc
->
intno
;
intr_alloc.c:828
esp_intr_get_intno()
esp_rom_route_intr_matrix
(
handle
->
vector_desc
->
cpu
,
source
,
handle
->
vector_desc
->
intno
)
;
intr_alloc.c:865
esp_intr_enable()
ESP_INTR_ENABLE
(
handle
->
vector_desc
->
intno
)
;
intr_alloc.c:872
esp_intr_enable()
ESP_INTR_DISABLE
(
handle
->
vector_desc
->
intno
)
;
intr_alloc.c:915
esp_intr_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vector_desc_t::intno
is written by 2 functions and is read by 9 functions:
get_desc_for_int()
get_available_int()
All items filtered out
vector_desc_t::intno
insert_vector_desc()
find_desc_for_int()
is_vect_desc_usable()
get_available_int()
esp_intr_set_in_iram()
intr_free_for_current_cpu()
esp_intr_get_intno()
esp_intr_enable()
esp_intr_disable()
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