Home
last modified time | relevance | path

Searched refs:kLIST_DuplicateError (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.h49 kLIST_DuplicateError = MAKE_STATUS(kStatusGroup_LIST, 1), /*!< Duplicate Error */ enumerator
59 kLIST_DuplicateError = 1, /*!< Duplicate Error */ enumerator
Dfsl_component_generic_list.c50 listStatus = kLIST_DuplicateError; in LIST_Error_Check()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c417 if (listStatus == (list_status_t)kLIST_DuplicateError) in OSA_TaskCreate()