FreeRTOS
xSTATIC_LIST_ITEM
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xSTATIC_LIST_ITEM
xSTATIC_LIST_ITEM struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1227
struct
xSTATIC_LIST_ITEM
{
#if
(
configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES
==
1
)
TickType_t
xDummy1
;
#endif
TickType_t
xDummy2
;
void
*
pvDummy3
[
4
]
;
#if
(
configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES
==
1
)
TickType_t
xDummy4
;
#endif
}
;
Fields
Field
Declared as
xSTATIC_LIST_ITEM::xDummy2
TickType_t
xSTATIC_LIST_ITEM::pvDummy3
void
*
[
4
]
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
xSTATIC_LIST_ITEM
FreeRTOS.h:1227
typedef
struct
xSTATIC_LIST_ITEM
StaticListItem_t
;
FreeRTOS.h:1238
StaticListItem_t
StaticListItem_t
xDummy3
[
2
]
;
FreeRTOS.h:1288
xSTATIC_TCB
xSTATIC_TCB::xDummy3
StaticListItem_t
xDummy2
;
FreeRTOS.h:1425
xSTATIC_TIMER
xSTATIC_TIMER::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_TCB::xDummy3
xSTATIC_TCB
FreeRTOS.h:1288
xSTATIC_TIMER::xDummy2
xSTATIC_TIMER
FreeRTOS.h:1425
Lifecycle
from
examples
All items filtered out
All items filtered out