FreeRTOS
xSTATIC_MINI_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
ESP-IDF Framework and Examples
FreeRTOS
xSTATIC_MINI_LIST_ITEM
xSTATIC_MINI_LIST_ITEM struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1242
struct
xSTATIC_MINI_LIST_ITEM
{
#if
(
configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES
==
1
)
TickType_t
xDummy1
;
#endif
TickType_t
xDummy2
;
void
*
pvDummy3
[
2
]
;
}
;
Fields
Field
Declared as
xSTATIC_MINI_LIST_ITEM::xDummy2
TickType_t
xSTATIC_MINI_LIST_ITEM::pvDummy3
void
*
[
2
]
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
xSTATIC_MINI_LIST_ITEM
FreeRTOS.h:1242
typedef
struct
xSTATIC_MINI_LIST_ITEM
StaticMiniListItem_t
;
FreeRTOS.h:1250
StaticMiniListItem_t
StaticMiniListItem_t
xDummy4
;
FreeRTOS.h:1263
xSTATIC_LIST
xSTATIC_LIST::xDummy4
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_LIST::xDummy4
xSTATIC_LIST
FreeRTOS.h:1263
Lifecycle
from
examples
All items filtered out
All items filtered out