ESP-IDF
VECDESC_FL_INIRAM
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
VECDESC_FL_INIRAM
VECDESC_FL_INIRAM macro
Syntax
Show:
Summary
Declaration
from
intr_alloc.c:72
#define
VECDESC_FL_INIRAM
(
1
<
<
1
)
Examples
References
from
examples
Code
Location
#define
VECDESC_FL_INIRAM
(
1
<
<
1
)
intr_alloc.c:72
vd
->
flags
|=
VECDESC_FL_INIRAM
;
intr_alloc.c:226
bool
desc_in_iram_flag
=
(
(
vd
->
flags
&
VECDESC_FL_INIRAM
)
!=
0
)
;
intr_alloc.c:311
vd
->
flags
|=
VECDESC_FL_INIRAM
;
intr_alloc.c:636
vd
->
flags
&=
~
VECDESC_FL_INIRAM
;
intr_alloc.c:639
vd
->
flags
|=
VECDESC_FL_INIRAM
;
intr_alloc.c:712
vd
->
flags
&=
~
VECDESC_FL_INIRAM
;
intr_alloc.c:715
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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