Home
last modified time | relevance | path

Searched refs:TC_INTFLAG_OVF (Results 1 – 13 of 13) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/
A Dtc_interrupt.c169 if (interrupt_and_callback_status_mask & TC_INTFLAG_OVF) { in _tc_interrupt_handler()
173 module->hw->COUNT8.INTFLAG.reg = TC_INTFLAG_OVF; in _tc_interrupt_handler()
A Dtc.h1583 if (int_flags & TC_INTFLAG_OVF) { in tc_get_status()
1651 int_flags |= TC_INTFLAG_OVF; in tc_clear_status()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dtc.h441 #define TC_INTFLAG_OVF (0x1ul << TC_INTFLAG_OVF_Pos) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dtc.h444 #define TC_INTFLAG_OVF (0x1ul << TC_INTFLAG_OVF_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dtc.h376 #define TC_INTFLAG_OVF (_U_(0x1) << TC_INTFLAG_OVF_Pos) macro
/bsp/microchip/samc21/bsp/hri/
A Dhri_tc_c21.h88 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_OVF) >> TC_INTFLAG_OVF_Pos; in hri_tc_get_INTFLAG_OVF_bit()
93 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_OVF; in hri_tc_clear_INTFLAG_OVF_bit()
128 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_OVF) >> TC_INTFLAG_OVF_Pos; in hri_tc_get_interrupt_OVF_bit()
133 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_OVF; in hri_tc_clear_interrupt_OVF_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_tc_d51.h88 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_OVF) >> TC_INTFLAG_OVF_Pos; in hri_tc_get_INTFLAG_OVF_bit()
93 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_OVF; in hri_tc_clear_INTFLAG_OVF_bit()
128 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_OVF) >> TC_INTFLAG_OVF_Pos; in hri_tc_get_interrupt_OVF_bit()
133 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_OVF; in hri_tc_clear_interrupt_OVF_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_tc_e54.h88 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_OVF) >> TC_INTFLAG_OVF_Pos; in hri_tc_get_INTFLAG_OVF_bit()
93 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_OVF; in hri_tc_clear_INTFLAG_OVF_bit()
128 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_OVF) >> TC_INTFLAG_OVF_Pos; in hri_tc_get_interrupt_OVF_bit()
133 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_OVF; in hri_tc_clear_interrupt_OVF_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_tc_d51.h88 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_OVF) >> TC_INTFLAG_OVF_Pos; in hri_tc_get_INTFLAG_OVF_bit()
93 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_OVF; in hri_tc_clear_INTFLAG_OVF_bit()
128 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_OVF) >> TC_INTFLAG_OVF_Pos; in hri_tc_get_interrupt_OVF_bit()
133 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_OVF; in hri_tc_clear_interrupt_OVF_bit()
/bsp/microchip/same54/bsp/include/component/
A Dtc.h398 #define TC_INTFLAG_OVF (_U_(0x1) << TC_INTFLAG_OVF_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dtc.h398 #define TC_INTFLAG_OVF (_U_(0x1) << TC_INTFLAG_OVF_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dtc.h398 #define TC_INTFLAG_OVF (_U_(0x1) << TC_INTFLAG_OVF_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dtc.h442 #define TC_INTFLAG_OVF TC_INTFLAG_OVF_Msk /**< \de… macro

Completed in 73 milliseconds