Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Daes.h111 #define AES_CTRLB_START_Pos 0 /**< \brief (AES_CTRLB) Manual Start */ macro
112 #define AES_CTRLB_START (_U(0x1) << AES_CTRLB_START_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_aes_l21.h731 tmp = (tmp & AES_CTRLB_START) >> AES_CTRLB_START_Pos; in hri_aes_get_CTRLB_START_bit()
741 tmp |= value << AES_CTRLB_START_Pos; in hri_aes_write_CTRLB_START_bit()