FreeRTOS
configLIST_VOLATILE
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
configLIST_VOLATILE
configLIST_VOLATILE macro
Syntax
Show:
Summary
Declaration
from
list.h:92
#define
configLIST_VOLATILE
Examples
References
from
examples
Code
Location
#define
configLIST_VOLATILE
list.h:92
configLIST_VOLATILE
TickType_t
xItemValue
;
/*< The value being listed. In most cases this is used to sort the list in descending order. */
list.h:143
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxNext
;
/*< Pointer to the next ListItem_t in the list. */
list.h:144
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxPrevious
;
/*< Pointer to the previous ListItem_t in the list. */
list.h:145
struct
xLIST
*
configLIST_VOLATILE
pxContainer
;
/*< Pointer to the list in which this list item is placed (if any). */
list.h:147
configLIST_VOLATILE
TickType_t
xItemValue
;
list.h:155
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxNext
;
list.h:156
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxPrevious
;
list.h:157
ListItem_t
*
configLIST_VOLATILE
pxIndex
;
/*< Used to walk through the list. Points to the last item returned by a call to listGET_OWNER_OF_NEXT_ENTRY (). */
list.h:168
configLIST_VOLATILE
TCB_t
*
pxNextTCB
,
*
pxFirstTCB
;
tasks.c:3768
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