Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h380 #define TC_INTFLAG_MC1_Pos 5 /**< \brief (TC_INTFLAG) MC Interrupt Flag 1 */ macro
381 #define TC_INTFLAG_MC1 (1 << TC_INTFLAG_MC1_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h923 return (((Tc *)hw)->COUNT8.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_INTFLAG_MC1_bit()
963 return (((Tc *)hw)->COUNT8.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_interrupt_MC1_bit()