Searched refs:TCC_SYNCBUSY_SWRST_Pos (Results 1 – 2 of 2) sorted by relevance
271 #define TCC_SYNCBUSY_SWRST_Pos 0 /**< \brief (TCC_SYNCBUSY) Swrst Busy */ macro272 #define TCC_SYNCBUSY_SWRST (_U(0x1) << TCC_SYNCBUSY_SWRST_Pos)
9475 return (((Tcc *)hw)->SYNCBUSY.reg & TCC_SYNCBUSY_SWRST) >> TCC_SYNCBUSY_SWRST_Pos; in hri_tcc_get_SYNCBUSY_SWRST_bit()