FreeRTOS
+
0
/1 examples
SourceVu will show references to
portNUM_PROCESSORS
from the following samples and libraries:
ESP-IDF
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
ESP-IDF Framework and Examples
FreeRTOS
portNUM_PROCESSORS
portNUM_PROCESSORS macro
Syntax
Show:
Summary
Declaration
from
FreeRTOSConfig.h:307
#define
portNUM_PROCESSORS
configNUMBER_OF_CORES
Examples
portNUM_PROCESSORS
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
portNUM_PROCESSORS
configNUMBER_OF_CORES
FreeRTOSConfig.h:307
extern
volatile
unsigned
port_xSchedulerRunning
[
portNUM_PROCESSORS
]
;
app_startup.c:114
volatile
unsigned
port_xSchedulerRunning
[
portNUM_PROCESSORS
]
=
{
0
}
;
// Indicates whether scheduler is running on a per-core basis
port.c:71
unsigned
port_interruptNesting
[
portNUM_PROCESSORS
]
=
{
0
}
;
// Interrupt nesting level. Increased/decreased in portasm.c, _frxt_int_enter/_frxt_int_exit
port.c:72
BaseType_t
port_uxCriticalNesting
[
portNUM_PROCESSORS
]
=
{
0
}
;
port.c:73
BaseType_t
port_uxOldInterruptState
[
portNUM_PROCESSORS
]
=
{
0
}
;
port.c:74
volatile
StackType_t
DRAM_ATTR
__attribute__
(
(
aligned
(
16
)
)
)
port_IntStack
[
portNUM_PROCESSORS
]
[
configISR_STACK_SIZE
]
;
port.c:82
volatile
uint32_t
port_switch_flag
[
portNUM_PROCESSORS
]
;
port.c:84
extern
volatile
uint32_t
port_switch_flag
[
portNUM_PROCESSORS
]
;
portmacro.h:675
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out