Searched refs:AES_INTFLAG_GFMCMP_Pos (Results 1 – 2 of 2) sorted by relevance
180 #define AES_INTFLAG_GFMCMP_Pos 1 /**< \brief (AES_INTFLAG) GF Multiplication Comple… macro181 #define AES_INTFLAG_GFMCMP (_U(0x1) << AES_INTFLAG_GFMCMP_Pos)
165 return (((Aes *)hw)->INTFLAG.reg & AES_INTFLAG_GFMCMP) >> AES_INTFLAG_GFMCMP_Pos; in hri_aes_get_INTFLAG_GFMCMP_bit()185 return (((Aes *)hw)->INTFLAG.reg & AES_INTFLAG_GFMCMP) >> AES_INTFLAG_GFMCMP_Pos; in hri_aes_get_interrupt_GFMCMP_bit()