Searched refs:TCC_SYNCBUSY_SWRST (Results 1 – 2 of 2) sorted by relevance
3300 hri_tcc_wait_for_sync(hw, TCC_SYNCBUSY_SWRST); in hri_tcc_set_CTRLA_SWRST_bit()3308 hri_tcc_wait_for_sync(hw, TCC_SYNCBUSY_SWRST); in hri_tcc_get_CTRLA_SWRST_bit()3317 hri_tcc_wait_for_sync(hw, TCC_SYNCBUSY_SWRST | TCC_SYNCBUSY_ENABLE); in hri_tcc_set_CTRLA_ENABLE_bit()3325 hri_tcc_wait_for_sync(hw, TCC_SYNCBUSY_SWRST | TCC_SYNCBUSY_ENABLE); in hri_tcc_get_CTRLA_ENABLE_bit()3335 hri_tcc_wait_for_sync(hw, TCC_SYNCBUSY_SWRST | TCC_SYNCBUSY_ENABLE); in hri_tcc_write_CTRLA_ENABLE_bit()3346 hri_tcc_wait_for_sync(hw, TCC_SYNCBUSY_SWRST | TCC_SYNCBUSY_ENABLE); in hri_tcc_clear_CTRLA_ENABLE_bit()3354 hri_tcc_wait_for_sync(hw, TCC_SYNCBUSY_SWRST | TCC_SYNCBUSY_ENABLE); in hri_tcc_toggle_CTRLA_ENABLE_bit()9475 return (((Tcc *)hw)->SYNCBUSY.reg & TCC_SYNCBUSY_SWRST) >> TCC_SYNCBUSY_SWRST_Pos; in hri_tcc_get_SYNCBUSY_SWRST_bit()
272 #define TCC_SYNCBUSY_SWRST (_U(0x1) << TCC_SYNCBUSY_SWRST_Pos) macro