Modules | Macros
Status codes
Collaboration diagram for 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 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale