Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/
A Dtc_interrupt.c177 if (interrupt_and_callback_status_mask & TC_INTFLAG_ERR) { in _tc_interrupt_handler()
181 module->hw->COUNT8.INTFLAG.reg = TC_INTFLAG_ERR; in _tc_interrupt_handler()
A Dtc.h1578 if (int_flags & TC_INTFLAG_ERR) { in tc_get_status()
1646 int_flags |= TC_INTFLAG_ERR; in tc_clear_status()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dtc.h443 #define TC_INTFLAG_ERR (0x1ul << TC_INTFLAG_ERR_Pos) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dtc.h446 #define TC_INTFLAG_ERR (0x1ul << TC_INTFLAG_ERR_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dtc.h378 #define TC_INTFLAG_ERR (_U_(0x1) << TC_INTFLAG_ERR_Pos) macro
/bsp/microchip/samc21/bsp/hri/
A Dhri_tc_c21.h98 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_ERR) >> TC_INTFLAG_ERR_Pos; in hri_tc_get_INTFLAG_ERR_bit()
103 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_ERR; in hri_tc_clear_INTFLAG_ERR_bit()
138 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_ERR) >> TC_INTFLAG_ERR_Pos; in hri_tc_get_interrupt_ERR_bit()
143 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_ERR; in hri_tc_clear_interrupt_ERR_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_tc_d51.h98 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_ERR) >> TC_INTFLAG_ERR_Pos; in hri_tc_get_INTFLAG_ERR_bit()
103 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_ERR; in hri_tc_clear_INTFLAG_ERR_bit()
138 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_ERR) >> TC_INTFLAG_ERR_Pos; in hri_tc_get_interrupt_ERR_bit()
143 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_ERR; in hri_tc_clear_interrupt_ERR_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_tc_e54.h98 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_ERR) >> TC_INTFLAG_ERR_Pos; in hri_tc_get_INTFLAG_ERR_bit()
103 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_ERR; in hri_tc_clear_INTFLAG_ERR_bit()
138 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_ERR) >> TC_INTFLAG_ERR_Pos; in hri_tc_get_interrupt_ERR_bit()
143 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_ERR; in hri_tc_clear_interrupt_ERR_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_tc_d51.h98 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_ERR) >> TC_INTFLAG_ERR_Pos; in hri_tc_get_INTFLAG_ERR_bit()
103 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_ERR; in hri_tc_clear_INTFLAG_ERR_bit()
138 return (((Tc *)hw)->COUNT16.INTFLAG.reg & TC_INTFLAG_ERR) >> TC_INTFLAG_ERR_Pos; in hri_tc_get_interrupt_ERR_bit()
143 ((Tc *)hw)->COUNT16.INTFLAG.reg = TC_INTFLAG_ERR; in hri_tc_clear_interrupt_ERR_bit()
/bsp/microchip/same54/bsp/include/component/
A Dtc.h400 #define TC_INTFLAG_ERR (_U_(0x1) << TC_INTFLAG_ERR_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dtc.h400 #define TC_INTFLAG_ERR (_U_(0x1) << TC_INTFLAG_ERR_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dtc.h400 #define TC_INTFLAG_ERR (_U_(0x1) << TC_INTFLAG_ERR_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dtc.h445 #define TC_INTFLAG_ERR TC_INTFLAG_ERR_Msk /**< \de… macro

Completed in 79 milliseconds