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
ESP-IDF Framework and Examples
FreeRTOS
configLIST_VOLATILE
configLIST_VOLATILE macro
Syntax
Show:
Summary
Declaration
from
FreeRTOSConfig.h:200
#define
configLIST_VOLATILE
volatile
Examples
References
from
examples
Code
Location
#define
configLIST_VOLATILE
volatile
/* We define List elements as volatile to prevent the compiler from optimizing out essential code */
FreeRTOSConfig.h:200
#ifndef
configLIST_VOLATILE
list.h:97
configLIST_VOLATILE
TickType_t
xItemValue
;
/*< The value being listed. In most cases this is used to sort the list in ascending order. */
list.h:151
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxNext
;
/*< Pointer to the next ListItem_t in the list. */
list.h:152
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxPrevious
;
/*< Pointer to the previous ListItem_t in the list. */
list.h:153
struct
xLIST
*
configLIST_VOLATILE
pxContainer
;
/*< Pointer to the list in which this list item is placed (if any). */
list.h:155
configLIST_VOLATILE
TickType_t
xItemValue
;
list.h:164
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxNext
;
list.h:165
struct
xLIST_ITEM
*
configLIST_VOLATILE
pxPrevious
;
list.h:166
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:180
configLIST_VOLATILE
TCB_t
*
pxNextTCB
;
tasks.c:4772
configLIST_VOLATILE
TCB_t
*
pxFirstTCB
;
tasks.c:4773
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