FreeRTOS
ucPrimaryCoreNum
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
ucPrimaryCoreNum
ucPrimaryCoreNum variable
Syntax
Show:
Summary
Declaration
from
port.c:171
static
uint8_t
ucPrimaryCoreNum
=
INVALID_PRIMARY_CORE_NUM
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
ucPrimaryCoreNum
=
INVALID_PRIMARY_CORE_NUM
;
port.c:171
if
(
ucPrimaryCoreNum
==
get_core_num
(
)
)
port.c:315
xPortStartSchedulerOnCore()
configASSERT
(
ucPrimaryCoreNum
==
INVALID_PRIMARY_CORE_NUM
)
;
port.c:372
xPortStartScheduler()
ucPrimaryCoreNum
=
configTICK_CORE
;
port.c:379
xPortStartScheduler()
ucPrimaryCoreNum
=
get_core_num
(
)
;
port.c:415
xPortStartScheduler()
if
(
portIS_FREE_RTOS_CORE
(
)
)
port.c:976
ulPortLockGetCurrentOwnerId()
if
(
!
portIS_FREE_RTOS_CORE
(
)
)
port.c:1026
vPortLockInternalSpinUnlockWithWait()
if
(
portIS_FREE_RTOS_CORE
(
)
)
port.c:1052
vPortLockInternalSpinUnlockWithNotify()
if
(
!
portIS_FREE_RTOS_CORE
(
)
)
port.c:1104
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
configASSERT
(
portIS_FREE_RTOS_CORE
(
)
)
;
port.c:1111
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ucPrimaryCoreNum
is written by 1 function and is read by 6 functions:
xPortStartScheduler()
All items filtered out
ucPrimaryCoreNum
xPortStartSchedulerOnCore()
xPortStartScheduler()
ulPortLockGetCurrentOwnerId()
vPortLockInternalSpinUnlockWithWait()
vPortLockInternalSpinUnlockWithNotify()
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
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