Home
last modified time | relevance | path

Searched refs:configUSE_MINI_LIST_ITEM (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h78 #define configUSE_MINI_LIST_ITEM 0 macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h170 #define configUSE_MINI_LIST_ITEM 1 macro
/Kernel-v11.1.0/
Dlist.c70 #if ( configUSE_MINI_LIST_ITEM == 0 ) in vListInitialise()
DHistory.txt395 + Introduce the configUSE_MINI_LIST_ITEM configuration option. When this
397 However, when configUSE_MINI_LIST_ITEM == 0, MiniLitItem_t and ListItem_t
400 To maintain backwards compatibility, configUSE_MINI_LIST_ITEM defaults to 1.
/Kernel-v11.1.0/include/
Dlist.h156 #if ( configUSE_MINI_LIST_ITEM == 1 )
DFreeRTOS.h594 #ifndef configUSE_MINI_LIST_ITEM
595 #define configUSE_MINI_LIST_ITEM 1 macro
3097 #if ( configUSE_MINI_LIST_ITEM == 1 )