Modules | Macros
Status codes

Modules

 Status Codes
 

Macros

#define CryptoKey_STATUS_RESERVED   (-32)
 

Detailed Description

These CryptoKey macros are reservations for CryptoKey.h

Macro Definition Documentation

§ CryptoKey_STATUS_RESERVED

#define CryptoKey_STATUS_RESERVED   (-32)

Common CryptoKey_control status code reservation offset. CryptoKey driver implementations should offset status codes with CryptoKey_STATUS_RESERVED growing negatively.

Example implementation specific status codes:

#define CryptoKeyXYZ_STATUS_ERROR0 CryptoKey_STATUS_RESERVED - 0
#define CryptoKeyXYZ_STATUS_ERROR1 CryptoKey_STATUS_RESERVED - 1
#define CryptoKeyXYZ_STATUS_ERROR2 CryptoKey_STATUS_RESERVED - 2
Copyright 2018, Texas Instruments Incorporated