FreeRTOS
ulYieldSpinLockSaveValue
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
ulYieldSpinLockSaveValue
ulYieldSpinLockSaveValue variable
Syntax
Show:
Summary
Declaration
from
port.c:141
static
uint32_t
ulYieldSpinLockSaveValue
[
configNUMBER_OF_CORES
]
;
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
ulYieldSpinLockSaveValue
[
configNUMBER_OF_CORES
]
;
port.c:141
spin_unlock
(
pxTmpLock
,
ulYieldSpinLockSaveValue
[
xCoreID
]
)
;
port.c:506
vPortEnableInterrupts()
ulYieldSpinLockSaveValue
[
xCoreID
]
=
ulSave
;
port.c:1041
vPortLockInternalSpinUnlockWithWait()
ulYieldSpinLockSaveValue
[
xCoreID
]
=
ulSave
;
port.c:1124
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ulYieldSpinLockSaveValue
is read by 3 functions:
All items filtered out
ulYieldSpinLockSaveValue
vPortEnableInterrupts()
vPortLockInternalSpinUnlockWithWait()
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