FreeRTOS
xSTATIC_TCB
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
STM32 Libraries and Samples
FreeRTOS
xSTATIC_TCB
xSTATIC_TCB struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1112
typedef
struct
xSTATIC_TCB
{
void
*
pxDummy1
;
#if
(
portUSING_MPU_WRAPPERS
==
1
)
xMPU_SETTINGS
xDummy2
;
#endif
StaticListItem_t
xDummy3
[
2
]
;
UBaseType_t
uxDummy5
;
void
*
pxDummy6
;
uint8_t
ucDummy7
[
configMAX_TASK_NAME_LEN
]
;
#if
(
(
portSTACK_GROWTH
>
0
)
||
(
configRECORD_STACK_HIGH_ADDRESS
==
1
)
)
void
*
pxDummy8
;
#endif
#if
(
portCRITICAL_NESTING_IN_TCB
==
1
)
UBaseType_t
uxDummy9
;
#endif
#if
(
configUSE_TRACE_FACILITY
==
1
)
UBaseType_t
uxDummy10
[
2
]
;
#endif
#if
(
configUSE_MUTEXES
==
1
)
UBaseType_t
uxDummy12
[
2
]
;
#endif
#if
(
configUSE_APPLICATION_TASK_TAG
==
1
)
void
*
pxDummy14
;
#endif
#if
(
configNUM_THREAD_LOCAL_STORAGE_POINTERS
>
0
)
void
*
pvDummy15
[
configNUM_THREAD_LOCAL_STORAGE_POINTERS
]
;
#endif
#if
(
configGENERATE_RUN_TIME_STATS
==
1
)
uint32_t
ulDummy16
;
#endif
#if
(
configUSE_NEWLIB_REENTRANT
==
1
)
struct
_reent
xDummy17
;
#endif
#if
(
configUSE_TASK_NOTIFICATIONS
==
1
)
uint32_t
ulDummy18
;
uint8_t
ucDummy19
;
#endif
#if
(
tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
!=
0
)
uint8_t
uxDummy20
;
#endif
#if
(
INCLUDE_xTaskAbortDelay
==
1
)
uint8_t
ucDummy21
;
#endif
#if
(
configUSE_POSIX_ERRNO
==
1
)
int
iDummy22
;
#endif
}
StaticTask_t
;
Fields
Field
Declared as
xSTATIC_TCB::ucDummy7
uint8_t
[
configMAX_TASK_NAME_LEN
]
xSTATIC_TCB::uxDummy10
UBaseType_t
[
2
]
xSTATIC_TCB::uxDummy12
UBaseType_t
[
2
]
xSTATIC_TCB::ulDummy16
uint32_t
xSTATIC_TCB::ulDummy18
uint32_t
xSTATIC_TCB::ucDummy19
uint8_t
xSTATIC_TCB::uxDummy20
uint8_t
xSTATIC_TCB::ucDummy21
uint8_t
xSTATIC_TCB::pxDummy1
void
*
xSTATIC_TCB::xDummy2
xMPU_SETTINGS
xSTATIC_TCB::xDummy3
StaticListItem_t
[
2
]
xSTATIC_TCB::uxDummy5
UBaseType_t
xSTATIC_TCB::pxDummy6
void
*
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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