Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h913 return (((Tc *)hw)->COUNT8.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_INTFLAG_MC0_bit()
918 ((Tc *)hw)->COUNT8.INTFLAG.reg = TC_INTFLAG_MC0; in hri_tc_clear_INTFLAG_MC0_bit()
953 return (((Tc *)hw)->COUNT8.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_interrupt_MC0_bit()
958 ((Tc *)hw)->COUNT8.INTFLAG.reg = TC_INTFLAG_MC0; in hri_tc_clear_interrupt_MC0_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h379 #define TC_INTFLAG_MC0 (1 << TC_INTFLAG_MC0_Pos) macro