Search | Google it | Results 1 - 1 of 1 for funcall:TIM_CNT (0.00 seconds) |
155: if(ptmrcb[ptmrno].tim32) { /* 32bit timer */ 156: *p_count = in_w( TIM_CNT(ptmrno)) ; // Read counter. 157: } else { /* 16bit timer */ 158: *p_count = in_w( TIM_CNT(ptmrno)) & PTMR_MAX_CNT16; // Read counter. 159: }