Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Daes.h68 #define AES_CTRLA_ENABLE_Pos 1 /**< \brief (AES_CTRLA) Enable */ macro
69 #define AES_CTRLA_ENABLE (_U(0x1) << AES_CTRLA_ENABLE_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_aes_l21.h258 tmp = (tmp & AES_CTRLA_ENABLE) >> AES_CTRLA_ENABLE_Pos; in hri_aes_get_CTRLA_ENABLE_bit()
268 tmp |= value << AES_CTRLA_ENABLE_Pos; in hri_aes_write_CTRLA_ENABLE_bit()