Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dtc.h446 #define TC_INTFLAG_MC0_Pos 4 /**< \brief (TC_INTFLAG) Match or Capture Channel … macro
447 #define TC_INTFLAG_MC0 (1 << TC_INTFLAG_MC0_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dtc.h449 #define TC_INTFLAG_MC0_Pos 4 /**< \brief (TC_INTFLAG) Match or Capture Channel … macro
450 #define TC_INTFLAG_MC0 (1 << TC_INTFLAG_MC0_Pos)
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dtc.h379 #define TC_INTFLAG_MC0_Pos 4 /**< \brief (TC_INTFLAG) MC Interrupt Flag 0 */ macro
380 #define TC_INTFLAG_MC0 (_U_(1) << TC_INTFLAG_MC0_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dtc.h401 #define TC_INTFLAG_MC0_Pos 4 /**< \brief (TC_INTFLAG) MC Interrupt Flag 0 */ macro
402 #define TC_INTFLAG_MC0 (_U_(1) << TC_INTFLAG_MC0_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dtc.h401 #define TC_INTFLAG_MC0_Pos 4 /**< \brief (TC_INTFLAG) MC Interrupt Flag 0 */ macro
402 #define TC_INTFLAG_MC0 (_U_(1) << TC_INTFLAG_MC0_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dtc.h401 #define TC_INTFLAG_MC0_Pos 4 /**< \brief (TC_INTFLAG) MC Interrupt Flag 0 */ macro
402 #define TC_INTFLAG_MC0 (_U_(1) << TC_INTFLAG_MC0_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dtc.h446 #define TC_INTFLAG_MC0_Pos 4 /**< (TC… macro
447 #define TC_INTFLAG_MC0_Msk (_U_(0x1) << TC_INTFLAG_MC0_Pos) /**< (TC…
/bsp/microchip/samc21/bsp/hri/
A Dhri_tc_c21.h108 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_INTFLAG_MC0_bit()
148 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_interrupt_MC0_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_tc_d51.h108 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_INTFLAG_MC0_bit()
148 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_interrupt_MC0_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_tc_e54.h108 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_INTFLAG_MC0_bit()
148 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_interrupt_MC0_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_tc_d51.h108 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_INTFLAG_MC0_bit()
148 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_interrupt_MC0_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_tc_l10.h112 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0_Msk) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_INTFLAG_MC0_bit()
152 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_MC0_Msk) >> TC_INTFLAG_MC0_Pos; in hri_tc_get_interrupt_MC0_bit()

Completed in 99 milliseconds