Modules | Macros
AESECB_control command and status codes

Modules

 Status Codes
 
 Command Codes
 

Macros

#define AESECB_CMD_RESERVED   (32)
 
#define AESECB_STATUS_RESERVED   (-32)
 

Detailed Description

These AESECB macros are reservations for AESECB.h

Macro Definition Documentation

§ AESECB_CMD_RESERVED

#define AESECB_CMD_RESERVED   (32)

Common AESECB_control command code reservation offset. AESECB driver implementations should offset command codes with AESECB_CMD_RESERVED growing positively

Example implementation specific command codes:

#define AESECBXYZ_CMD_COMMAND0 AESECB_CMD_RESERVED + 0
#define AESECBXYZ_CMD_COMMAND1 AESECB_CMD_RESERVED + 1

§ AESECB_STATUS_RESERVED

#define AESECB_STATUS_RESERVED   (-32)

Common AESECB_control status code reservation offset. AESECB driver implementations should offset status codes with AESECB_STATUS_RESERVED growing negatively.

Example implementation specific status codes:

#define AESECBXYZ_STATUS_ERROR0 AESECB_STATUS_RESERVED - 0
#define AESECBXYZ_STATUS_ERROR1 AESECB_STATUS_RESERVED - 1
#define AESECBXYZ_STATUS_ERROR2 AESECB_STATUS_RESERVED - 2
Copyright 2018, Texas Instruments Incorporated