Search | Google it | Results 1 - 1 of 1 for funcall:in_w from mtkernel_3/lib/libtk/sysdepend/cpu/stm32l4/ptimer_stm32l4.c (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: }