FreeRTOS
xSTATIC_TCB::xDummyCoreID
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
ESP-IDF Framework and Examples
FreeRTOS
xSTATIC_TCB::xDummyCoreID
xSTATIC_TCB::xDummyCoreID field
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1293
BaseType_t
xDummyCoreID
;
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xDummyCoreID
;
FreeRTOS.h:1293
const
DRAM_ATTR
uint32_t
offset_xCoreID
=
offsetof
(
StaticTask_t
,
xDummyCoreID
)
;
port.c:67
xTargetCoreID
=
(
(
StaticTask_t
*
)
pvTCB
)
->
xDummyCoreID
;
port.c:633
vPortCleanUpCoprocArea()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xSTATIC_TCB::xDummyCoreID
is read by 1 function:
All items filtered out
xSTATIC_TCB::xDummyCoreID
vPortCleanUpCoprocArea()
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