Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dtc.h448 #define TC_INTFLAG_MC1_Pos 5 /**< \brief (TC_INTFLAG) Match or Capture Channel … macro
449 #define TC_INTFLAG_MC1 (1 << TC_INTFLAG_MC1_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dtc.h451 #define TC_INTFLAG_MC1_Pos 5 /**< \brief (TC_INTFLAG) Match or Capture Channel … macro
452 #define TC_INTFLAG_MC1 (1 << TC_INTFLAG_MC1_Pos)
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dtc.h381 #define TC_INTFLAG_MC1_Pos 5 /**< \brief (TC_INTFLAG) MC Interrupt Flag 1 */ macro
382 #define TC_INTFLAG_MC1 (_U_(1) << TC_INTFLAG_MC1_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dtc.h403 #define TC_INTFLAG_MC1_Pos 5 /**< \brief (TC_INTFLAG) MC Interrupt Flag 1 */ macro
404 #define TC_INTFLAG_MC1 (_U_(1) << TC_INTFLAG_MC1_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dtc.h403 #define TC_INTFLAG_MC1_Pos 5 /**< \brief (TC_INTFLAG) MC Interrupt Flag 1 */ macro
404 #define TC_INTFLAG_MC1 (_U_(1) << TC_INTFLAG_MC1_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dtc.h403 #define TC_INTFLAG_MC1_Pos 5 /**< \brief (TC_INTFLAG) MC Interrupt Flag 1 */ macro
404 #define TC_INTFLAG_MC1 (_U_(1) << TC_INTFLAG_MC1_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dtc.h449 #define TC_INTFLAG_MC1_Pos 5 /**< (TC… macro
450 #define TC_INTFLAG_MC1_Msk (_U_(0x1) << TC_INTFLAG_MC1_Pos) /**< (TC…
/bsp/microchip/samc21/bsp/hri/
A Dhri_tc_c21.h118 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_INTFLAG_MC1_bit()
158 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_interrupt_MC1_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_tc_d51.h118 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_INTFLAG_MC1_bit()
158 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_interrupt_MC1_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_tc_e54.h118 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_INTFLAG_MC1_bit()
158 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_interrupt_MC1_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_tc_d51.h118 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_INTFLAG_MC1_bit()
158 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_interrupt_MC1_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_tc_l10.h122 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1_Msk) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_INTFLAG_MC1_bit()
162 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC1_Msk) >> TC_INTFLAG_MC1_Pos; in hri_tc_get_interrupt_MC1_bit()

Completed in 72 milliseconds