Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpac.h218 #define PAC_INTFLAGA_OSC32KCTRL_Pos 4 /**< \brief (PAC_INTFLAGA) OSC32KCTRL */ macro
219 #define PAC_INTFLAGA_OSC32KCTRL (_U(0x1) << PAC_INTFLAGA_OSC32KCTRL_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pac_l21.h330 return (((Pac *)hw)->INTFLAGA.reg & PAC_INTFLAGA_OSC32KCTRL) >> PAC_INTFLAGA_OSC32KCTRL_Pos; in hri_pac_get_INTFLAGA_OSC32KCTRL_bit()