FreeRTOS
xSTATIC_LIST
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_LIST
xSTATIC_LIST struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1086
typedef
struct
xSTATIC_LIST
{
#if
(
configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES
==
1
)
TickType_t
xDummy1
;
#endif
UBaseType_t
uxDummy2
;
void
*
pvDummy3
;
StaticMiniListItem_t
xDummy4
;
#if
(
configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES
==
1
)
TickType_t
xDummy5
;
#endif
}
StaticList_t
;
Fields
Field
Declared as
xSTATIC_LIST::uxDummy2
UBaseType_t
xSTATIC_LIST::pvDummy3
void
*
xSTATIC_LIST::xDummy4
StaticMiniListItem_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
xSTATIC_LIST
FreeRTOS.h:1086
}
StaticList_t
;
FreeRTOS.h:1097
StaticList_t
StaticList_t
xDummy3
[
2
]
;
FreeRTOS.h:1186
xSTATIC_QUEUE
xSTATIC_QUEUE::xDummy3
StaticList_t
xDummy2
;
FreeRTOS.h:1223
xSTATIC_EVENT_GROUP
xSTATIC_EVENT_GROUP::xDummy2
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
Instance
Scope
Location
Project
xSTATIC_QUEUE::xDummy3
xSTATIC_QUEUE
FreeRTOS.h:1186
xSTATIC_EVENT_GROUP::xDummy2
xSTATIC_EVENT_GROUP
FreeRTOS.h:1223
Lifecycle
from
examples
All items filtered out
All items filtered out