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
STM32 Libraries and Samples
FreeRTOS
xSTATIC_MINI_LIST_ITEM
xSTATIC_MINI_LIST_ITEM struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:1075
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
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