Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_d_r_h/
A Dtc.c188 if (hw->COUNT8.CTRLA.reg & TC_CTRLA_SWRST) { in tc_init()
625 tc_module->CTRLA.reg |= TC_CTRLA_SWRST; in tc_reset()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_l_c/
A Dtc.c190 if (hw->COUNT8.CTRLA.reg & TC_CTRLA_SWRST) { in tc_init()
651 tc_module->CTRLA.reg |= TC_CTRLA_SWRST; in tc_reset()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dtc.h79 #define TC_CTRLA_SWRST (0x1ul << TC_CTRLA_SWRST_Pos) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dtc.h82 #define TC_CTRLA_SWRST (0x1ul << TC_CTRLA_SWRST_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dtc.h77 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos) macro
/bsp/microchip/same54/bsp/include/component/
A Dtc.h81 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dtc.h81 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dtc.h81 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dtc.h85 #define TC_CTRLA_SWRST TC_CTRLA_SWRST_Msk /**< \de… macro
/bsp/microchip/samc21/bsp/hri/
A Dhri_tc_c21.h498 ((Tc *)hw)->COUNT16.CTRLA.reg |= TC_CTRLA_SWRST; in hri_tc_set_CTRLA_SWRST_bit()
508 tmp = (tmp & TC_CTRLA_SWRST) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_tc_d51.h498 ((Tc *)hw)->COUNT16.CTRLA.reg |= TC_CTRLA_SWRST; in hri_tc_set_CTRLA_SWRST_bit()
508 tmp = (tmp & TC_CTRLA_SWRST) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_tc_e54.h498 ((Tc *)hw)->COUNT16.CTRLA.reg |= TC_CTRLA_SWRST; in hri_tc_set_CTRLA_SWRST_bit()
508 tmp = (tmp & TC_CTRLA_SWRST) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_tc_d51.h498 ((Tc *)hw)->COUNT16.CTRLA.reg |= TC_CTRLA_SWRST; in hri_tc_set_CTRLA_SWRST_bit()
508 tmp = (tmp & TC_CTRLA_SWRST) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()

Completed in 84 milliseconds