FreeRTOS
portRUNNING_ON_BOTH_CORES
is only used within FreeRTOS.
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
Raspberry Pi Pico SDK and Examples
FreeRTOS
portRUNNING_ON_BOTH_CORES
portRUNNING_ON_BOTH_CORES macro
Syntax
Show:
Summary
Declaration
from
port.c:50
#define
portRUNNING_ON_BOTH_CORES
(
configNUMBER_OF_CORES
==
portMAX_CORE_COUNT
)
Examples
References
from
examples
Code
Location
#define
portRUNNING_ON_BOTH_CORES
(
configNUMBER_OF_CORES
==
portMAX_CORE_COUNT
)
port.c:50
#if
(
portRUNNING_ON_BOTH_CORES
==
0
)
port.c:135
#if
(
portRUNNING_ON_BOTH_CORES
==
1
)
port.c:174
#if
portRUNNING_ON_BOTH_CORES
port.c:250
#if
portRUNNING_ON_BOTH_CORES
port.c:272
#if
(
portRUNNING_ON_BOTH_CORES
==
1
)
port.c:294
#if
portRUNNING_ON_BOTH_CORES
port.c:359
#if
portRUNNING_ON_BOTH_CORES
port.c:378
#if
portRUNNING_ON_BOTH_CORES
port.c:544
#if
portRUNNING_ON_BOTH_CORES
port.c:647
#if
portRUNNING_ON_BOTH_CORES
port.c:687
#if
(
portRUNNING_ON_BOTH_CORES
==
0
)
port.c:1074
#if
(
portRUNNING_ON_BOTH_CORES
==
0
)
port.c:1154
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