Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dpac.h297 #define PAC_INTFLAGC_SERCOM3_Pos 3 /**< \brief (PAC_INTFLAGC) SERCOM3 */ macro
298 #define PAC_INTFLAGC_SERCOM3 (_U(0x1) << PAC_INTFLAGC_SERCOM3_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_pac_l21.h516 return (((Pac *)hw)->INTFLAGC.reg & PAC_INTFLAGC_SERCOM3) >> PAC_INTFLAGC_SERCOM3_Pos; in hri_pac_get_INTFLAGC_SERCOM3_bit()