Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpac.h57 #define PAC_WRCTRL_PERID_Msk (_U(0xFFFF) << PAC_WRCTRL_PERID_Pos) macro
58 #define PAC_WRCTRL_PERID(value) (PAC_WRCTRL_PERID_Msk & ((value) << PAC_WRCTRL_PERID_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pac_l21.h808 tmp &= ~PAC_WRCTRL_PERID_Msk; in hri_pac_write_WRCTRL_PERID_bf()
832 tmp = (tmp & PAC_WRCTRL_PERID_Msk) >> PAC_WRCTRL_PERID_Pos; in hri_pac_read_WRCTRL_PERID_bf()