Home
last modified time | relevance | path

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

/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()
928 ((Tc *)hw)->COUNT8.INTFLAG.reg = TC_INTFLAG_MC1; in hri_tc_clear_INTFLAG_MC1_bit()
963 return (((Tc *)hw)->COUNT8.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_interrupt_MC1_bit()
968 ((Tc *)hw)->COUNT8.INTFLAG.reg = TC_INTFLAG_MC1; in hri_tc_clear_interrupt_MC1_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h381 #define TC_INTFLAG_MC1 (1 << TC_INTFLAG_MC1_Pos) macro