Macros

#define LL_HMAC_KEYTYPE_MCU   0x00000000U
 
#define LL_HMAC_KEYTYPE_AHB   (1UL << HMAC_CFG_KEY_TYPE_POS)
 
#define LL_HMAC_KEYTYPE_KRAM   (2UL << HMAC_CFG_KEY_TYPE_POS)
 

Detailed Description

Macro Definition Documentation

◆ LL_HMAC_KEYTYPE_AHB

#define LL_HMAC_KEYTYPE_AHB   (1UL << HMAC_CFG_KEY_TYPE_POS)

AHB master

Definition at line 127 of file ll_hmac.h.

◆ LL_HMAC_KEYTYPE_KRAM

#define LL_HMAC_KEYTYPE_KRAM   (2UL << HMAC_CFG_KEY_TYPE_POS)

Key Port

Definition at line 128 of file ll_hmac.h.

◆ LL_HMAC_KEYTYPE_MCU

#define LL_HMAC_KEYTYPE_MCU   0x00000000U

MCU

Definition at line 126 of file ll_hmac.h.