FreeRTOS
xSTATIC_LIST_ITEM
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_LIST_ITEM
xSTATIC_LIST_ITEM struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:3091
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:3091
typedef
struct
xSTATIC_LIST_ITEM
StaticListItem_t
;
FreeRTOS.h:3102
StaticListItem_t
StaticListItem_t
xDummy3
[
2
]
;
FreeRTOS.h:3155
xSTATIC_TCB
xSTATIC_TCB::xDummy3
StaticListItem_t
xDummy2
;
FreeRTOS.h:3294
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:3155
xSTATIC_TIMER::xDummy2
xSTATIC_TIMER
FreeRTOS.h:3294
Lifecycle
from
examples
All items filtered out
All items filtered out