Searched refs:TC_STATUS_STOP (Results 1 – 11 of 11) sorted by relevance
473 #define TC_STATUS_STOP (0x1ul << TC_STATUS_STOP_Pos) macro
476 #define TC_STATUS_STOP (0x1ul << TC_STATUS_STOP_Pos) macro
413 #define TC_STATUS_STOP (_U_(0x1) << TC_STATUS_STOP_Pos) macro
435 #define TC_STATUS_STOP (_U_(0x1) << TC_STATUS_STOP_Pos) macro
485 #define TC_STATUS_STOP TC_STATUS_STOP_Msk /**< \de… macro
2778 return (((Tc *)hw)->COUNT16.STATUS.reg & TC_STATUS_STOP) >> TC_STATUS_STOP_Pos; in hri_tc_get_STATUS_STOP_bit()2784 ((Tc *)hw)->COUNT16.STATUS.reg = TC_STATUS_STOP; in hri_tc_clear_STATUS_STOP_bit()
2882 return (((Tc *)hw)->COUNT16.STATUS.reg & TC_STATUS_STOP) >> TC_STATUS_STOP_Pos; in hri_tc_get_STATUS_STOP_bit()2888 ((Tc *)hw)->COUNT16.STATUS.reg = TC_STATUS_STOP; in hri_tc_clear_STATUS_STOP_bit()
Completed in 76 milliseconds