ESP-IDF
vector_desc_t::cpu
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
vector_desc_t::cpu
vector_desc_t::cpu field
Syntax
Show:
Summary
Declaration
from
intr_alloc.c:88
unsigned
int
cpu
:
1
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
cpu
:
1
;
intr_alloc.c:88
if
(
vd
->
cpu
>
to_insert
->
cpu
)
break
;
intr_alloc.c:130
insert_vector_desc()
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
->
cpu
=
cpu
;
intr_alloc.c:171
get_desc_for_int()
if
(
vd
->
source
==
source
&&
cpu
==
vd
->
cpu
)
{
intr_alloc.c:185
find_desc_for_source()
}
else
if
(
vd
->
cpu
==
cpu
)
{
intr_alloc.c:188
find_desc_for_source()
non_iram_int_mask
[
vd
->
cpu
]
&=
~
mask
;
intr_alloc.c:713
esp_intr_set_in_iram()
non_iram_int_mask
[
vd
->
cpu
]
|=
mask
;
intr_alloc.c:716
esp_intr_set_in_iram()
if
(
task_can_be_run_on_any_core
||
handle
->
vector_desc
->
cpu
!=
esp_cpu_get_core_id
(
)
)
{
intr_alloc.c:747
esp_intr_free()
esp_err_t
ret
=
esp_ipc_call_blocking
(
handle
->
vector_desc
->
cpu
,
&
intr_free_for_other_cpu
,
(
void
*
)
handle
)
;
intr_alloc.c:750
esp_intr_free()
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
->
cpu
;
intr_alloc.c:836
esp_intr_get_cpu()
esp_rom_route_intr_matrix
(
handle
->
vector_desc
->
cpu
,
source
,
handle
->
vector_desc
->
intno
)
;
intr_alloc.c:865
esp_intr_enable()
if
(
handle
->
vector_desc
->
cpu
!=
esp_cpu_get_core_id
(
)
)
{
intr_alloc.c:868
esp_intr_enable()
esp_rom_route_intr_matrix
(
handle
->
vector_desc
->
cpu
,
source
,
INT_MUX_DISABLED_INTNO
)
;
intr_alloc.c:907
esp_intr_disable()
if
(
handle
->
vector_desc
->
cpu
!=
esp_cpu_get_core_id
(
)
)
{
intr_alloc.c:911
esp_intr_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
vector_desc_t::cpu
is written by 1 function and is read by 9 functions:
get_desc_for_int()
All items filtered out
vector_desc_t::cpu
insert_vector_desc()
find_desc_for_int()
find_desc_for_source()
esp_intr_set_in_iram()
esp_intr_free()
intr_free_for_current_cpu()
esp_intr_get_cpu()
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