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
Raspberry Pi Pico SDK and Examples
FreeRTOS
xSTATIC_TCB
xSTATIC_TCB struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:3146
typedef
struct
xSTATIC_TCB
{
void
*
pxDummy1
;
#if
(
portUSING_MPU_WRAPPERS
==
1
)
xMPU_SETTINGS
xDummy2
;
#endif
#if
(
configUSE_CORE_AFFINITY
==
1
)
&&
(
configNUMBER_OF_CORES
>
1
)
UBaseType_t
uxDummy26
;
#endif
StaticListItem_t
xDummy3
[
2
]
;
UBaseType_t
uxDummy5
;
void
*
pxDummy6
;
#if
(
configNUMBER_OF_CORES
>
1
)
BaseType_t
xDummy23
;
UBaseType_t
uxDummy24
;
#endif
uint8_t
ucDummy7
[
configMAX_TASK_NAME_LEN
]
;
#if
(
configUSE_TASK_PREEMPTION_DISABLE
==
1
)
BaseType_t
xDummy25
;
#endif
#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
)
configRUN_TIME_COUNTER_TYPE
ulDummy16
;
#endif
#if
(
configUSE_C_RUNTIME_TLS_SUPPORT
==
1
)
configTLS_BLOCK_TYPE
xDummy17
;
#endif
#if
(
configUSE_TASK_NOTIFICATIONS
==
1
)
uint32_t
ulDummy18
[
configTASK_NOTIFICATION_ARRAY_ENTRIES
]
;
uint8_t
ucDummy19
[
configTASK_NOTIFICATION_ARRAY_ENTRIES
]
;
#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::pxDummy1
void
*
xSTATIC_TCB::uxDummy26
UBaseType_t
xSTATIC_TCB::xDummy3
StaticListItem_t
[
2
]
xSTATIC_TCB::uxDummy5
UBaseType_t
xSTATIC_TCB::pxDummy6
void
*
xSTATIC_TCB::xDummy23
BaseType_t
xSTATIC_TCB::uxDummy24
UBaseType_t
xSTATIC_TCB::ucDummy7
uint8_t
[
configMAX_TASK_NAME_LEN
]
xSTATIC_TCB::uxDummy10
UBaseType_t
[
2
]
xSTATIC_TCB::uxDummy12
UBaseType_t
[
2
]
xSTATIC_TCB::pvDummy15
void
*
[
configNUM_THREAD_LOCAL_STORAGE_POINTERS
]
xSTATIC_TCB::ulDummy18
uint32_t
[
configTASK_NOTIFICATION_ARRAY_ENTRIES
]
xSTATIC_TCB::ucDummy19
uint8_t
[
configTASK_NOTIFICATION_ARRAY_ENTRIES
]
xSTATIC_TCB::ucDummy21
uint8_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
xSTATIC_TCB
FreeRTOS.h:3146
}
StaticTask_t
;
FreeRTOS.h:3204
StaticTask_t
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