Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/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()