Search | Google it | Results 1 - 1 of 1 for funcall:TIM_PSC (0.00 seconds) |
110: out_h( TIM_CR1(ptmrno), 0); // Stop timer. 111: out_h( TIM_PSC(ptmrno), ptmrcb[ptmrno].psc); // Set prescaler. 112: out_w( TIM_ARR(ptmrno), limit); // Set the counter upper limit.