Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpac.h60 #define PAC_WRCTRL_KEY_Msk (_U(0xFF) << PAC_WRCTRL_KEY_Pos) macro
61 #define PAC_WRCTRL_KEY(value) (PAC_WRCTRL_KEY_Msk & ((value) << PAC_WRCTRL_KEY_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pac_l21.h856 tmp &= ~PAC_WRCTRL_KEY_Msk; in hri_pac_write_WRCTRL_KEY_bf()
880 tmp = (tmp & PAC_WRCTRL_KEY_Msk) >> PAC_WRCTRL_KEY_Pos; in hri_pac_read_WRCTRL_KEY_bf()