Macros

#define AES_OPERATION_MODE_ENCRYPT   (1U)
 
#define AES_OPERATION_MODE_DECRYPT   (0U)
 

Detailed Description

Macro Definition Documentation

◆ AES_OPERATION_MODE_DECRYPT

#define AES_OPERATION_MODE_DECRYPT   (0U)

Decrypt operation mode

Definition at line 194 of file hal_aes.h.

◆ AES_OPERATION_MODE_ENCRYPT

#define AES_OPERATION_MODE_ENCRYPT   (1U)

Encrypt operation mode

Definition at line 193 of file hal_aes.h.