Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Daes.h66 #define AES_CTRLA_SWRST_Pos 0 /**< \brief (AES_CTRLA) Software Reset */ macro
67 #define AES_CTRLA_SWRST (_U(0x1) << AES_CTRLA_SWRST_Pos)
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_aes_l21.h243 tmp = (tmp & AES_CTRLA_SWRST) >> AES_CTRLA_SWRST_Pos; in hri_aes_get_CTRLA_SWRST_bit()