Modules | Macros
AESCCM_control command and status codes

Modules

 Status Codes
 
 Command Codes
 

Macros

#define AESCCM_CMD_RESERVED   (32)
 
#define AESCCM_STATUS_RESERVED   (-32)
 

Detailed Description

These AESCCM macros are reservations for AESCCM.h

Macro Definition Documentation

§ AESCCM_CMD_RESERVED

#define AESCCM_CMD_RESERVED   (32)

Common AESCCM_control command code reservation offset. AESCCM driver implementations should offset command codes with AESCCM_CMD_RESERVED growing positively

Example implementation specific command codes:

#define AESCCMXYZ_CMD_COMMAND0 AESCCM_CMD_RESERVED + 0
#define AESCCMXYZ_CMD_COMMAND1 AESCCM_CMD_RESERVED + 1

§ AESCCM_STATUS_RESERVED

#define AESCCM_STATUS_RESERVED   (-32)

Common AESCCM_control status code reservation offset. AESCCM driver implementations should offset status codes with AESCCM_STATUS_RESERVED growing negatively.

Example implementation specific status codes:

#define AESCCMXYZ_STATUS_ERROR0 AESCCM_STATUS_RESERVED - 0
#define AESCCMXYZ_STATUS_ERROR1 AESCCM_STATUS_RESERVED - 1
#define AESCCMXYZ_STATUS_ERROR2 AESCCM_STATUS_RESERVED - 2
Copyright 2018, Texas Instruments Incorporated