ESP-IDF
is_vect_desc_usable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
is_vect_desc_usable()
is_vect_desc_usable() function
Syntax
Show:
Summary
Declaration
from
intr_alloc.c:254
static
bool
is_vect_desc_usable
(
vector_desc_t
*
vd
,
int
flags
,
int
cpu
,
int
force
)
;
Arguments
Argument
vd
flags
cpu
force
Related Functions
Found 1 other functions taking a
vector_desc_t
argument:
Function
insert_vector_desc()
Examples
References
from
examples
Code
Location
Referrer
static
bool
is_vect_desc_usable
(
vector_desc_t
*
vd
,
int
flags
,
int
cpu
,
int
force
)
intr_alloc.c:254
}
else
if
(
!
is_vect_desc_usable
(
vd
,
flags
,
cpu
,
force
)
)
{
intr_alloc.c:357
get_available_int()
if
(
is_vect_desc_usable
(
vd
,
flags
,
cpu
,
force
)
)
{
intr_alloc.c:373
get_available_int()
if
(
!
is_vect_desc_usable
(
vd
,
flags
,
cpu
,
force
)
)
{
intr_alloc.c:398
get_available_int()
Call Tree
from
examples
is_vect_desc_usable()
is called by 1 function and calls 3 functions:
get_available_int()
All items filtered out
is_vect_desc_usable()
esp_cpu_intr_has_handler()
__assert_func()
esp_cpu_intr_get_desc()
All items filtered out
Data Use
from
examples
is_vect_desc_usable()
reads 7 variables:
esp_cpu_intr_type_t::ESP_CPU_INTR_TYPE_LEVEL
esp_cpu_intr_type_t::ESP_CPU_INTR_TYPE_EDGE
esp_cpu_intr_desc_t::priority
esp_cpu_intr_desc_t::type
esp_cpu_intr_desc_t::flags
vector_desc_t::flags
vector_desc_t::intno
All items filtered out
is_vect_desc_usable()
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