Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.h49 kLIST_DuplicateError = MAKE_STATUS(kStatusGroup_LIST, 1), /*!< Duplicate Error */
50 kLIST_Full = MAKE_STATUS(kStatusGroup_LIST, 2), /*!< FULL */
51 kLIST_Empty = MAKE_STATUS(kStatusGroup_LIST, 3), /*!< Empty */
52 kLIST_OrphanElement = MAKE_STATUS(kStatusGroup_LIST, 4), /*!< Orphan Element */
53 kLIST_NotSupport = MAKE_STATUS(kStatusGroup_LIST, 5), /*!< Not Support */
/hal_nxp-latest/mcux/mcux-sdk/drivers/common/
Dfsl_common.h182 kStatusGroup_LIST = 142, /*!< Group number for List status codes. */ enumerator