Searched refs:TC_CTRLA_SWRST (Results 1 – 13 of 13) sorted by relevance
188 if (hw->COUNT8.CTRLA.reg & TC_CTRLA_SWRST) { in tc_init()625 tc_module->CTRLA.reg |= TC_CTRLA_SWRST; in tc_reset()
190 if (hw->COUNT8.CTRLA.reg & TC_CTRLA_SWRST) { in tc_init()651 tc_module->CTRLA.reg |= TC_CTRLA_SWRST; in tc_reset()
79 #define TC_CTRLA_SWRST (0x1ul << TC_CTRLA_SWRST_Pos) macro
82 #define TC_CTRLA_SWRST (0x1ul << TC_CTRLA_SWRST_Pos) macro
77 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos) macro
81 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos) macro
85 #define TC_CTRLA_SWRST TC_CTRLA_SWRST_Msk /**< \de… macro
498 ((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