FreeRTOS
pxYieldSpinLock
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
pxYieldSpinLock
pxYieldSpinLock variable
Syntax
Show:
Summary
Declaration
from
port.c:140
static
spin_lock_t
*
pxYieldSpinLock
[
configNUMBER_OF_CORES
]
;
Examples
References
from
examples
Code
Location
Referrer
static
spin_lock_t
*
pxYieldSpinLock
[
configNUMBER_OF_CORES
]
;
port.c:140
configASSERT
(
pxYieldSpinLock
[
portGET_CORE_ID
(
)
]
==
NULL
)
;
port.c:459
vPortYield()
if
(
pxYieldSpinLock
[
xCoreID
]
)
port.c:502
vPortEnableInterrupts()
spin_lock_t
*
const
pxTmpLock
=
pxYieldSpinLock
[
xCoreID
]
;
port.c:504
vPortEnableInterrupts()
pxYieldSpinLock
[
xCoreID
]
=
NULL
;
port.c:505
vPortEnableInterrupts()
configASSERT
(
pxYieldSpinLock
[
portGET_CORE_ID
(
)
]
==
NULL
)
;
port.c:1033
vPortLockInternalSpinUnlockWithWait()
pxYieldSpinLock
[
xCoreID
]
=
pxLock
->
spin_lock
;
port.c:1040
vPortLockInternalSpinUnlockWithWait()
configASSERT
(
pxYieldSpinLock
[
portGET_CORE_ID
(
)
]
==
NULL
)
;
port.c:1112
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
pxYieldSpinLock
[
xCoreID
]
=
pxLock
->
spin_lock
;
port.c:1123
xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pxYieldSpinLock
is read by 4 functions:
All items filtered out
pxYieldSpinLock
vPortYield()
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