Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Daes.h178 #define AES_INTFLAG_ENCCMP_Pos 0 /**< \brief (AES_INTFLAG) Encryption Complete */ macro
179 #define AES_INTFLAG_ENCCMP (_U(0x1) << AES_INTFLAG_ENCCMP_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_aes_l21.h155 return (((Aes *)hw)->INTFLAG.reg & AES_INTFLAG_ENCCMP) >> AES_INTFLAG_ENCCMP_Pos; in hri_aes_get_INTFLAG_ENCCMP_bit()
175 return (((Aes *)hw)->INTFLAG.reg & AES_INTFLAG_ENCCMP) >> AES_INTFLAG_ENCCMP_Pos; in hri_aes_get_interrupt_ENCCMP_bit()