gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:TIM_CNT (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/stm32l4/ptimer_stm32l4.c - 6.2KB - 201 lines
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:         }