FreeRTOS
taskVALID_CORE_ID
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
taskVALID_CORE_ID
taskVALID_CORE_ID macro
Syntax
Show:
Summary
Declaration
from
task.h:284
#define
taskVALID_CORE_ID
(
xCoreID
)
(
(
(
(
(
BaseType_t
)
0
<=
(
xCoreID
)
)
&&
(
(
xCoreID
)
<
(
BaseType_t
)
configNUMBER_OF_CORES
)
)
)
?
(
pdTRUE
)
:
(
pdFALSE
)
)
Arguments
Argument
xCoreID
Examples
References
from
examples
Code
Location
#define
taskVALID_CORE_ID
(
xCoreID
)
(
(
(
(
(
BaseType_t
)
0
<=
(
xCoreID
)
)
&&
(
(
xCoreID
)
<
(
BaseType_t
)
configNUMBER_OF_CORES
)
)
)
?
(
pdTRUE
)
:
(
pdFALSE
)
)
task.h:284
configASSERT
(
taskVALID_CORE_ID
(
xCoreID
)
==
pdTRUE
)
;
tasks.c:4500
if
(
taskVALID_CORE_ID
(
xCoreID
)
!=
pdFALSE
)
tasks.c:6533
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