11.12.3.2.75. Enum sss_status_t¶
Defined in File fsl_sss_api.h
11.12.3.2.75.1. Enum Documentation¶
-
enum
sss_status_t
¶ Status of the SSS APIs
Values:
-
kStatus_SSS_Success
= 0x5a5a5a5au¶ Operation was successful
-
kStatus_SSS_Fail
= 0x3c3c0000u¶ Operation failed
-
kStatus_SSS_InvalidArgument
= 0x3c3c0001u¶ Operation not performed because some of the passed parameters were found inappropriate
-
kStatus_SSS_ResourceBusy
= 0x3c3c0002u¶ Where the underlying sub-system supports multi-threading, Internal status to handle simultaneous access.
This status is not expected to be returned to higher layers.
-