Macros | |
| #define | LL_AES_KEYTYPE_MCU 0x00000000U |
| #define | LL_AES_KEYTYPE_AHB (1UL << AES_CFG_KEY_TYPE_POS) |
| #define | LL_AES_KEYTYPE_KRAM (2UL << AES_CFG_KEY_TYPE_POS) |
| #define LL_AES_KEYTYPE_AHB (1UL << AES_CFG_KEY_TYPE_POS) |
AHB master
Definition at line 131 of file gr55xx_ll_aes.h.
| #define LL_AES_KEYTYPE_KRAM (2UL << AES_CFG_KEY_TYPE_POS) |
Key Port
Definition at line 132 of file gr55xx_ll_aes.h.
| #define LL_AES_KEYTYPE_MCU 0x00000000U |
MCU
Definition at line 130 of file gr55xx_ll_aes.h.