+ Collaboration diagram for Operation Mode:

Macros

#define LL_AES_OPERATION_MODE_ECB   0x00000000U
 Electronic codebook (ECB) mode
More...
 
#define LL_AES_OPERATION_MODE_CBC   (1UL << AES_CONFIG_OPMODE_Pos)
 Cipher block chaining (CBC) mode. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_AES_OPERATION_MODE_CBC

#define LL_AES_OPERATION_MODE_CBC   (1UL << AES_CONFIG_OPMODE_Pos)

Cipher block chaining (CBC) mode.

Definition at line 124 of file gr55xx_ll_aes.h.

◆ LL_AES_OPERATION_MODE_ECB

#define LL_AES_OPERATION_MODE_ECB   0x00000000U

Electronic codebook (ECB) mode

Definition at line 123 of file gr55xx_ll_aes.h.