ESP-IDF
IPC_MAX_PRIORITY
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
IPC_MAX_PRIORITY
IPC_MAX_PRIORITY macro
Syntax
Show:
Summary
Declaration
from
esp_ipc.c:22
#define
IPC_MAX_PRIORITY
(
configMAX_PRIORITIES
-
1
)
Examples
References
from
examples
Code
Location
#define
IPC_MAX_PRIORITY
(
configMAX_PRIORITIES
-
1
)
esp_ipc.c:22
IPC_MAX_PRIORITY
,
&
s_ipc_task_handle
[
i
]
,
i
)
;
esp_ipc.c:121
vTaskPrioritySet
(
s_ipc_task_handle
[
cpu_id
]
,
IPC_MAX_PRIORITY
)
;
esp_ipc.c:196
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