Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_aes_l21.h102 ((Aes *)hw)->INTENSET.reg = AES_INTENSET_GFMCMP; in hri_aes_set_INTEN_GFMCMP_bit()
107 return (((Aes *)hw)->INTENSET.reg & AES_INTENSET_GFMCMP) >> AES_INTENSET_GFMCMP_Pos; in hri_aes_get_INTEN_GFMCMP_bit()
113 ((Aes *)hw)->INTENCLR.reg = AES_INTENSET_GFMCMP; in hri_aes_write_INTEN_GFMCMP_bit()
115 ((Aes *)hw)->INTENSET.reg = AES_INTENSET_GFMCMP; in hri_aes_write_INTEN_GFMCMP_bit()
121 ((Aes *)hw)->INTENCLR.reg = AES_INTENSET_GFMCMP; in hri_aes_clear_INTEN_GFMCMP_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Daes.h160 #define AES_INTENSET_GFMCMP (_U(0x1) << AES_INTENSET_GFMCMP_Pos) macro