ESP-IDF
ALCHLOG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ALCHLOG
ALCHLOG macro
Syntax
Show:
Summary
Declaration
from
intr_alloc.c:55
# define
ALCHLOG
(
...
)
do
{
}
while
(
0
)
Examples
References
from
examples
Code
Location
# define
ALCHLOG
(
...
)
do
{
}
while
(
0
)
intr_alloc.c:55
ALCHLOG
(
"....Unusable: reserved"
)
;
intr_alloc.c:262
ALCHLOG
(
"....Unusable: special-purpose int"
)
;
intr_alloc.c:266
ALCHLOG
(
"....Unusable: incompatible priority"
)
;
intr_alloc.c:283
ALCHLOG
(
"....Unusable: incompatible trigger type"
)
;
intr_alloc.c:289
ALCHLOG
(
"....Unusable: reserved at runtime."
)
;
intr_alloc.c:296
ALCHLOG
(
"....Unusable: already in (non-shared) use."
)
;
intr_alloc.c:304
ALCHLOG
(
"....Unusable: shared but iram prop doesn't match"
)
;
intr_alloc.c:314
ALCHLOG
(
"...Unusable: int is shared, we need non-shared."
)
;
intr_alloc.c:319
ALCHLOG
(
"....Unusable: already allocated"
)
;
intr_alloc.c:324
ALCHLOG
(
"get_available_int: try to find existing. Cpu: %d, Source: %d"
,
cpu
,
source
)
;
intr_alloc.c:350
ALCHLOG
(
"get_available_int: existing vd found. intno: %d"
,
vd
->
intno
)
;
intr_alloc.c:354
ALCHLOG
(
"get_available_int: intr forced but does not match existing. existing intno: %d, force: %d"
,
vd
->
intno
,
force
)
;
intr_alloc.c:356
ALCHLOG
(
"get_available_int: existing vd invalid."
)
;
intr_alloc.c:358
ALCHLOG
(
"get_available_int: try to find force. Cpu: %d, Source: %d, Force: %d"
,
cpu
,
source
,
force
)
;
intr_alloc.c:365
ALCHLOG
(
"get_avalaible_int: forced vd invalid."
)
;
intr_alloc.c:376
ALCHLOG
(
"get_free_int: start looking. Current cpu: %d"
,
cpu
)
;
intr_alloc.c:381
ALCHLOG
(
"Int %d reserved %d priority %d %s hasIsr %d"
,
intr_alloc.c:394
ALCHLOG
(
"...int %d more usable as a shared int: has %d existing vectors"
,
x
,
no
)
;
intr_alloc.c:420
ALCHLOG
(
"...worse than int %d"
,
best
)
;
intr_alloc.c:422
ALCHLOG
(
"...int %d usable as a new shared int"
,
x
)
;
intr_alloc.c:432
ALCHLOG
(
"...already have a shared int"
)
;
intr_alloc.c:435
ALCHLOG
(
"...worse than int %d"
,
best
)
;
intr_alloc.c:444
ALCHLOG
(
"get_available_int: using int %d"
,
best
)
;
intr_alloc.c:448
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