Searched refs:TC_SYNCBUSY_SWRST_Pos (Results 1 – 10 of 10) sorted by relevance
526 #define TC_SYNCBUSY_SWRST_Pos 0 /**< \brief (TC_SYNCBUSY) swrst */ macro527 #define TC_SYNCBUSY_SWRST (_U_(0x1) << TC_SYNCBUSY_SWRST_Pos)
548 #define TC_SYNCBUSY_SWRST_Pos 0 /**< \brief (TC_SYNCBUSY) swrst */ macro549 #define TC_SYNCBUSY_SWRST (_U_(0x1) << TC_SYNCBUSY_SWRST_Pos)
613 #define TC_SYNCBUSY_SWRST_Pos 0 /**< (TC… macro614 #define TC_SYNCBUSY_SWRST_Msk (_U_(0x1) << TC_SYNCBUSY_SWRST_Pos) /**< (TC…
444 return (((Tc *)hw)->COUNT16.SYNCBUSY.reg & TC_SYNCBUSY_SWRST) >> TC_SYNCBUSY_SWRST_Pos; in hri_tc_get_SYNCBUSY_SWRST_bit()
448 return (((Tc *)hw)->COUNT16.SYNCBUSY.reg & TC_SYNCBUSY_SWRST_Msk) >> TC_SYNCBUSY_SWRST_Pos; in hri_tc_get_SYNCBUSY_SWRST_bit()
Completed in 864 milliseconds