Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pac_l21.h310 return (((Pac *)hw)->INTFLAGA.reg & PAC_INTFLAGA_RSTC) >> PAC_INTFLAGA_RSTC_Pos; in hri_pac_get_INTFLAGA_RSTC_bit()
315 ((Pac *)hw)->INTFLAGA.reg = PAC_INTFLAGA_RSTC; in hri_pac_clear_INTFLAGA_RSTC_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpac.h215 #define PAC_INTFLAGA_RSTC (_U(0x1) << PAC_INTFLAGA_RSTC_Pos) macro