Home
last modified time | relevance | path

Searched refs:CRPT_AES_CTL_ENCRPT_Pos (Results 1 – 6 of 6) sorted by relevance

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dcrypto_reg.h467 #define CRPT_AES_CTL_ENCRPT_Pos (16) /*!< CRPT_… macro
468 #define CRPT_AES_CTL_ENCRPT_Msk (0x1ul << CRPT_AES_CTL_ENCRPT_Pos) /*!< CRPT_…
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dcrypto.c148 crpt->AES_CTL = (u32EncDec << CRPT_AES_CTL_ENCRPT_Pos) | in AES_Open()
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dcrypto_reg.h1809 #define CRPT_AES_CTL_ENCRPT_Pos (16) /*!< CRP… macro
1810 #define CRPT_AES_CTL_ENCRPT_Msk (0x1ul << CRPT_AES_CTL_ENCRPT_Pos) /*!< CRP…
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dcrypto_reg.h5469 #define CRPT_AES_CTL_ENCRPT_Pos (16) /*!< CRP… macro
5470 #define CRPT_AES_CTL_ENCRPT_Msk (0x1ul << CRPT_AES_CTL_ENCRPT_Pos) /*!< CRP…
/hal_nuvoton-latest/m48x/StdDriver/src/
Dcrypto.c142 (u32EncDec << CRPT_AES_CTL_ENCRPT_Pos) | in AES_Open()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dcrypto.c172 crpt->AES_CTL = (u32EncDec << CRPT_AES_CTL_ENCRPT_Pos) | in AES_Open()