gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:TIM_ARR (0.00 seconds)
mtkernel_3
lib/libtk/sysdepend/cpu/stm32l4/ptimer_stm32l4.c - 6.2KB - 201 lines
111:         out_h( TIM_PSC(ptmrno), ptmrcb[ptmrno].psc);   // Set prescaler.
112:         out_w( TIM_ARR(ptmrno), limit);                        // Set the counter upper limit.
113: