Home
last modified time | relevance | path

Searched refs:CRPT_AES_KSCTL_RSSRC_Pos (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dcrypto_reg.h6714 #define CRPT_AES_KSCTL_RSSRC_Pos (6) /*!< CRP… macro
6715 #define CRPT_AES_KSCTL_RSSRC_Msk (0x3ul << CRPT_AES_KSCTL_RSSRC_Pos) /*!< CRP…
/hal_nuvoton-latest/m46x/StdDriver/src/
Dcrypto.c239 (uint32_t)((int)mem << CRPT_AES_KSCTL_RSSRC_Pos) /* KS Memory type */ | in AES_SetKey_KS()