예제 #1
0
 public static void ptmr_init(ptmr_t timer)
 {
     timer.stopwatch.Reset();
 }
예제 #2
0
 public static void ptmr_stop(ptmr_t timer)
 {
     timer.stopwatch.Stop();
 }