ESP-IDF
esp_cpu_intr_desc_t::priority
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
esp_cpu_intr_desc_t::priority
esp_cpu_intr_desc_t::priority field
Priority of the interrupt if it has a fixed priority, (-1) if the priority is configurable.
Syntax
Show:
Summary
Declaration
from
esp_cpu.h:52
int
priority
;
Examples
References
from
examples
Code
Location
Referrer
int
priority
;
/**< Priority of the interrupt if it has a fixed priority, (-1) if the priority is configurable. */
esp_cpu.h:52
intr_desc_ret
->
priority
=
intr_desc_table
[
intr_num
]
.
priority
;
esp_cpu_intr.c:204
esp_cpu_intr_get_desc()
if
(
!
(
flags
&
(
1
<
<
intr_desc
.
priority
)
)
)
{
intr_alloc.c:282
is_vect_desc_usable()
if
(
no
<
bestSharedCt
||
bestPriority
>
intr_desc
.
priority
)
{
intr_alloc.c:415
get_available_int()
bestPriority
=
intr_desc
.
priority
;
intr_alloc.c:419
get_available_int()
if
(
bestPriority
>
intr_desc
.
priority
)
{
intr_alloc.c:429
get_available_int()
bestPriority
=
intr_desc
.
priority
;
intr_alloc.c:431
get_available_int()
if
(
bestPriority
>
intr_desc
.
priority
)
{
intr_alloc.c:440
get_available_int()
bestPriority
=
intr_desc
.
priority
;
intr_alloc.c:442
get_available_int()
intr_desc
.
priority
,
intr_alloc.c:1003
esp_intr_dump()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_cpu_intr_desc_t::priority
is written by 1 function and is read by 3 functions:
esp_cpu_intr_get_desc()
All items filtered out
esp_cpu_intr_desc_t::priority
is_vect_desc_usable()
get_available_int()
esp_intr_dump()
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