Home
last modified time | relevance | path

Searched refs:kLIST_OrphanElement (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.h52 kLIST_OrphanElement = MAKE_STATUS(kStatusGroup_LIST, 4), /*!< Orphan Element */ enumerator
62 kLIST_OrphanElement = 4, /*!< Orphan Element */ enumerator
Dfsl_component_generic_list.c335 listStatus = kLIST_OrphanElement; /*Element was previusly removed or never added*/ in LIST_RemoveElement()
406 listStatus = kLIST_OrphanElement; /*Element was previusly removed or never added*/ in LIST_AddPrevElement()