FreeRTOS
portMAX_CORE_COUNT
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
portMAX_CORE_COUNT
portMAX_CORE_COUNT macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:129
#define
portMAX_CORE_COUNT
2
Examples
References
from
examples
Code
Location
#define
portMAX_CORE_COUNT
2
portmacro.h:129
#define
portRUNNING_ON_BOTH_CORES
(
configNUMBER_OF_CORES
==
portMAX_CORE_COUNT
)
port.c:50
#if
(
configNUMBER_OF_CORES
<
1
||
portMAX_CORE_COUNT
<
configNUMBER_OF_CORES
)
portmacro.h:132
#if
configNUMBER_OF_CORES
==
portMAX_CORE_COUNT
portmacro.h:140
static
uint8_t
ucOwnedByCore
[
portMAX_CORE_COUNT
]
;
portmacro.h:213
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