Modules | Macros
AESCBC_control command and status codes

Modules

 Status Codes
 
 Command Codes
 

Macros

#define AESCBC_CMD_RESERVED   (32)
 
#define AESCBC_STATUS_RESERVED   (-32)
 

Detailed Description

These AESCBC macros are reservations for AESCBC.h

Macro Definition Documentation

§ AESCBC_CMD_RESERVED

#define AESCBC_CMD_RESERVED   (32)

Common AESCBC_control command code reservation offset. AESCBC driver implementations should offset command codes with AESCBC_CMD_RESERVED growing positively

Example implementation specific command codes:

#define AESCBCXYZ_CMD_COMMAND0 AESCBC_CMD_RESERVED + 0
#define AESCBCXYZ_CMD_COMMAND1 AESCBC_CMD_RESERVED + 1

§ AESCBC_STATUS_RESERVED

#define AESCBC_STATUS_RESERVED   (-32)

Common AESCBC_control status code reservation offset. AESCBC driver implementations should offset status codes with AESCBC_STATUS_RESERVED growing negatively.

Example implementation specific status codes:

#define AESCBCXYZ_STATUS_ERROR0 AESCBC_STATUS_RESERVED - 0
#define AESCBCXYZ_STATUS_ERROR1 AESCBC_STATUS_RESERVED - 1
#define AESCBCXYZ_STATUS_ERROR2 AESCBC_STATUS_RESERVED - 2
Copyright 2018, Texas Instruments Incorporated