Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Daes.h180 #define AES_INTFLAG_GFMCMP_Pos 1 /**< \brief (AES_INTFLAG) GF Multiplication Comple… macro
181 #define AES_INTFLAG_GFMCMP (_U(0x1) << AES_INTFLAG_GFMCMP_Pos)
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_aes_l21.h165 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()