Searched refs:TC_SYNCBUSY_SWRST (Results 1 – 2 of 2) sorted by relevance
992 hri_tc_wait_for_sync(hw, TC_SYNCBUSY_SWRST); in hri_tc_set_CTRLA_SWRST_bit()1000 hri_tc_wait_for_sync(hw, TC_SYNCBUSY_SWRST); in hri_tc_get_CTRLA_SWRST_bit()1009 hri_tc_wait_for_sync(hw, TC_SYNCBUSY_SWRST | TC_SYNCBUSY_ENABLE); in hri_tc_set_CTRLA_ENABLE_bit()1017 hri_tc_wait_for_sync(hw, TC_SYNCBUSY_SWRST | TC_SYNCBUSY_ENABLE); in hri_tc_get_CTRLA_ENABLE_bit()1027 hri_tc_wait_for_sync(hw, TC_SYNCBUSY_SWRST | TC_SYNCBUSY_ENABLE); in hri_tc_write_CTRLA_ENABLE_bit()1038 hri_tc_wait_for_sync(hw, TC_SYNCBUSY_SWRST | TC_SYNCBUSY_ENABLE); in hri_tc_clear_CTRLA_ENABLE_bit()1046 hri_tc_wait_for_sync(hw, TC_SYNCBUSY_SWRST | TC_SYNCBUSY_ENABLE); in hri_tc_toggle_CTRLA_ENABLE_bit()2611 return (((Tc *)hw)->COUNT8.SYNCBUSY.reg & TC_SYNCBUSY_SWRST) >> TC_SYNCBUSY_SWRST_Pos; in hri_tc_get_SYNCBUSY_SWRST_bit()
526 #define TC_SYNCBUSY_SWRST (_U(0x1) << TC_SYNCBUSY_SWRST_Pos) macro