Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_aes_l21.h763 ((Aes *)hw)->CTRLB.reg |= AES_CTRLB_NEWMSG; in hri_aes_set_CTRLB_NEWMSG_bit()
771 tmp = (tmp & AES_CTRLB_NEWMSG) >> AES_CTRLB_NEWMSG_Pos; in hri_aes_get_CTRLB_NEWMSG_bit()
780 tmp &= ~AES_CTRLB_NEWMSG; in hri_aes_write_CTRLB_NEWMSG_bit()
789 ((Aes *)hw)->CTRLB.reg &= ~AES_CTRLB_NEWMSG; in hri_aes_clear_CTRLB_NEWMSG_bit()
796 ((Aes *)hw)->CTRLB.reg ^= AES_CTRLB_NEWMSG; in hri_aes_toggle_CTRLB_NEWMSG_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Daes.h114 #define AES_CTRLB_NEWMSG (_U(0x1) << AES_CTRLB_NEWMSG_Pos) macro