listGET_END_MARKER is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

listGET_END_MARKER macro

Syntax

#define listGET_END_MARKER( pxList ) ( ( ListItem_t const * ) ( &( ( pxList )->xListEnd ) ) )

Arguments

pxList

References

LocationText
list.h:241
#define listGET_END_MARKER( pxList ) ( ( ListItem_t const * ) ( &( ( pxList )->xListEnd ) ) )
event_groups.c:534
pxListEnd = listGET_END_MARKER( pxList ); /*lint !e826 !e740 !e9087 The mini list structure is used as the list end to save RAM. This is checked and valid. */